Skip to content

asleepace/star-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Cat 😺🚀

A simple scrolling game written in Rust!

Version 2.0 - Latest Release

Example Gameplay
demo.mov

Gameplay Controls

  • ↔️ Use arrow keys to move
  • ⭐️ Collect stars to accelorate forward
  • ☄️ Surf, grind and dodge asteroids
  • 🏆 Reach top to win!

Quick Start

# Step 1: Install Rust
# https://www.rust-lang.org/tools/install

# Step 2: Cone the project
git clone https://github.com/asleepace/star-cat.git

# Step 3: Build, run and play!
cargo run

Build WASM Binary (WiP)

Start a local http server with the following command:

wasm-pack build --target web
cd www
npm install
npm run build
npm run start

now it should be running at http://localhost:8080!

Building

Run the following command to create the WASM binary:

wasm-pack build --target web
cd www && npm run start

Resources

About

A simple scrolling game written in Rust!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages