Welcome to Project Alpha!
- Migration to the canvas system
- Player movement
- W A S D controls for movement
- Wall collision system
- Map drawing system
- Game route defined ( /game )
- Map tile system: random gen
- Turn based combat system
- Questing
- Pixel art design
- OOP random gen for weapons/enemies
- Inventory system
- Sound effects/Combat Sounds
This project requires a classic MERN setup to use efficiently. Make sure MongoDB is installed to make use of the backend tools. Pulling node_modules is needed to get all required dependencies. Run this in terminal on both ./client and ./server folders:
npm install
To start the frontend, run in terminal at /client:
npm run dev
To start the backend, run in terminal at /server:
nodemon server.js