Demo

CodeRunner Game - GitHub Pages Demo

🎮 Live Demo

This is a space station exploration game built with React, TypeScript, and Vite. The demo runs entirely in the browser without requiring a backend server.

Features

Demo Mode

This GitHub Pages deployment runs in demo mode with:

Game Instructions

  1. Start the Game: Click “NEW MISSION” from the main menu
  2. Move Around: Click anywhere on the map to move your character
  3. Inspect Objects: Click on interactive elements (terminals, panels, etc.)
  4. Track Objectives: Monitor your progress in the left panel
  5. Check Systems: View system status and health/oxygen levels

Technology Stack

Local Development

To run the full version locally with backend:

```bash git clone https://github.com/mercykenya/Demo.git cd Demo npm install npm run dev ```

Full-Stack Deployment

For a complete deployment with backend functionality, consider platforms like:

The application includes Express.js backend with PostgreSQL database support for user progress tracking and persistent game state.