A game where you buy and sell products while competing against an other AI players. I do this project mostly to improve my coding and organization abilities.
- Do a project completely TDD
- Try to get better at working organized and structured
- Implement Winner flow
- Implement Game-over flow
- Base market price on current market supply (Is now a random number)
- Add scenario mechanism
- Add space sounds
- Planet profiles
- Animations
None of the graphics are made by me, i suck at graphical design:).
Source: https://opengameart.org/content/2d-planets-0
Source: https://opengameart.org/content/space-ships-side-scroller
- HEX: #c8c3cc
- HEX: #563f46
- HEX: #8ca3a3
- HEX: #484f4f
- HEX: #e0e2e4
- Build using vue3/vite
- Build using javascript
- Tested using JEST
The writting tests are Integration tests which test the complete game logic and should not really be considered Unit Tests. I will need to do some research how to mock my current code so i can do decent unit testing.