lucagez / swapigame

A little Star Wars game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swapigame

A little Star Wars Game by Luca Gesmundo

Demo

A live demo of the game is hosted at:

starwarsgame.surge.sh

Installation

  • git clone https://github.com/lucagez/swapigame
  • npm install

Develop

  • npm run develop
  • Visit localhost:8000 on your browser

This command will start a development environment with live reload in the browser.

Build

  • npm run build

The generated static app will live inside public/.

Test

E2E test files are located inside cypress/integration/. In order to run them:

  • chmod +x ./start-server.sh
  • npm test

License

MIT.

About

A little Star Wars game

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 1.7%Language:Shell 0.1%