support inline with RedECS 0.0.5
A starter template to clone and start your game from
This template is broken down into 3 modules:
GameShared
GameMetal
GameWeb
$ carton dev --product GameWeb
You will probably put most of your work in GameShared. Start by adjusting the MainReducer to work in your own game logic.
MainReducer
RedECS Starter Template
A starter template to clone and start your game from
Instructions
This template is broken down into 3 modules:
GameShared
which contains all the game logicGameMetal
which is an executable MacOS target. You can run this right from Xcode by selecting it as the scheme to run.GameWeb
which is a Web exectable that needs building and launching via Carton$ carton dev --product GameWeb
You will probably put most of your work in
GameShared
. Start by adjusting theMainReducer
to work in your own game logic.Notes