Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 922 Bytes

File metadata and controls

49 lines (35 loc) · 922 Bytes

Project Alpha

Welcome to Project Alpha!

Current Version: v0.1.0

  • Migration to the canvas system
  • Player movement
  • W A S D controls for movement
  • Wall collision system
  • Map drawing system
  • Game route defined ( /game )

Planned Features:

  • 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

Requirements

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

Getting Started

Running the frontend/backend

To start the frontend, run in terminal at /client:

npm run dev

To start the backend, run in terminal at /server:

nodemon server.js