The cats are going to dominate the Earth, and beyond. This is a silly game made for educational purposes to teach programming in typescript.
You need node 21+.
nvm use node
npm i
npm run build
npm run run
For tests: npm run test
The game is a very simple event loop driven by console input for now. It'll probably turn into a 2d top-down view at some point, as the cat armies grow and become more complex.