Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 937 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 937 Bytes

Item Race

Description

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.

Usage

This mod adds two commands:

/ir:start - Starts the game.

/ir:stop - Stops it.

Credits

Trupen - Initial idea, mod logo, and testing.

License

Item Race is licensed under the GPLv3 license. Please seek the LICENSE.md file for more information.

Contributing

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.