Skip to content

JaeGif/Marble-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Marble Run

LvL 30 is now live!

In progress

  • Adding diverse and interesting obstacles and player interactions
  • Scoring system API
  • Levels 31 - 50
  • Level Builder/Editor

Longer term

  • Assets update to make it pretty :)
  • Real-Time race with other people (Gorilla sockets)

Setup

Download Node.js. Run these following commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build