/croatastrophe

Jeu créé pour la borne d'arcade Axis en 4.5 jours dans le cadre d'une gamejam à Gobelins

Primary LanguageJavaScript

Croatastrophe 🐸

🚧 C'est un nom de code pour notre jeu de Gamejam à Gobelins!!

enter image description here

Setup

Download Node.js. Run this followed 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