Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 547 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 547 Bytes

Asteroids

Asteroids is a game where you control a spaceship and shoot asteroids. The game is written in Rust (compiled to WebAssembly) and Typescript.

Deployed version: https://asteroids.draculente.eu

How to run locally

The app is written in Rust and Typescript. The Rust code is compiled to WebAssembly and the Typescript code is compiled to Javascript using Webpack.

Prequisites:

  • Rust
  • cargo
  • Node.js
  • npm

To run the frontend, navigate to the frontend folder and run the following commands:

npm install
npm run start