Unnamed RTS
Open-source RTS game inspired by Age Of Empires II but much simpler.
You can see the current status at https://aaronfc.github.io/unnamed-rts/
What is this?
This is a game I will use to learn game development. The initial idea is very basic but I intend to construct it in a way that allows me for many further improvements and evolutions. We are using Phaser3 JS framework.
Game concept
You can check the concept of the game on this document.
Development
Notes
Notes can be found here.
Tasks
Tasks can be found tasks.
Start local server
npm run start
Build and deploy
npm run build
npm run deploy