In this series of tutorials we are discussing how to build a simple turn-based game from scratch using TypeScript, no external libraries, SOLID architecture, incremental approach and unit testing.
- install Node.js (the version is specified in package.json)
- if you have nvm installed:
nvm use
- Install dependencies
npm install
npm start
npm t
npm run lint
- TypeScript
- Jest / ESLint