-
COS:
Includes game physics, collisions, touch. can't define now.
-
Needs to interface with Elixir.
-
Create a new endpoint, probably something like `/games/:id/start`. This will start the game flow. The flow will look something like this:
1. Spawn enemies. Probably between 1 and 3 enemies can spawn.…
-
We need to start thinking about the architectural design of the core gameplay loop.
Remember also that we want as little logic in the code as possible (we want interactions defined in the card sche…
-
Создам файлы game.c и game.h в которых будет заключена логика game of life
-
We need a lot of thought for how the whole of logic should work.
This is more of an open question that should lead both to discussion here and via new issues.
Here's some main components of game l…
-
implement the games logic in Python. Ensure the that game rules are implemented correctly.
-
Now that we've decided on our new rendering engine(check #824), we need to update the logic to use the engine and the update the game logic.
- [x] #4
- [x] reference existing issues by mentioning…
-
- [x] #1 Set Up Basic Project Structure
- [x] #2 Implement Core Game Loop and logic
- [x] #3 Develop Input Handling System
- [ ] #4 Create the save/load system framework (simple file based)
- [x] #5 D…
-