This project is a roguelike "game" made using React!
The quotes around the word game are meant as a joke, because in the current state it's technically a game but it's bare bones
It's a hobby project that I've worked and reworked and restarted many many times for practicing programming and general fun.
As is what have I implemented already
- The game board works
- Initial board state extracted from the
map1.json
file in thepublic/maps
folder - State machine that controls turns
- Rudimentary "AI" and combat
- Player and enemy death
Just run npm install
and npm start
and the project will start itself