Item Race is a fun game inside Factorio for multiplayer saves. Every round you get an item to craft, and the first person to have at least one in their inventory wins.
This mod adds two commands:
/ir:start
- Starts the game.
/ir:stop
- Stops it.
Trupen - Initial idea, mod logo, and testing.
Item Race is licensed under the GPLv3 license. Please seek the LICENSE.md file for more information.
Feel free to fork and contribute to this project. Please open a pull request with a meaningful title and description.
Use npm run build
to build the package.
For development, use this on Windows: $env:DEV_PATH="%APPDATA%/Factorio/mods/item-race"; npm run watch dev
.
This will automatically watch for changes and build them to the mods folder. This way you only have to restart Factorio to see your changes.