Skip to content

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

Notifications You must be signed in to change notification settings

Draculente/asteroids

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages