Galactic Command is a browser-based, multiplayer space exploration game where players can create accounts, manage ships, and explore the galaxy. The game is built with a Node.js and Express backend, MongoDB as the database, and a React frontend.
- User registration and authentication
- Ship management for each player
- Multiplayer communication via WebSocket
- Interactive game room with real-time messaging
- Responsive frontend built with React
- Getting Started
- Project Structure
- Environment Variables
- Running the Application
- Contributing
- License
- Clone the repository:
git clone https://github.com/yourusername/galactic-command.git cd galactic-command