Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bragg13/kerogueli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kerogueli

A somewhat rougelike game, written in Rust.

Instructions to build for the web using WASM [WIP]

First of all, make sure you have the wasm32-unknown-unknown target installed. If you don't, you can install it by running:

rustup target add wasm32-unknown-unknown

Also, make sure you have wasm-bindgen installed. If you don't, you can install it by running:

cargo install wasm-bindgen-cli
  1. Compile the program for WASM
cargo build --release --target wasm32-unknown-unknown

About

A Roguelike implementation to learn Rust. My personal journey through https://bfnightly.bracketproductions.com/rustbook/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published