Skip to content

Simple Wolfenstein-style raycaster in Rust + WASM + Wasm-4

License

Notifications You must be signed in to change notification settings

Asapin/raycaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Wolfenstein-style raycaster in Rust + WASM + Wasm-4. Based on https://grantshandy.github.io/posts/raycasting/

image

How to run

  • Install WASM32 toolchain: rustup target add wasm32-unknown-unknown
  • Download Wasm-4 fantasy game console: https://wasm4.org/docs/
  • Build the project: cargo build --release
  • Run the game: .\w4.exe run-native .\target\wasm32-unknown-unknown\release\raycaster.wasm

Controls

You can move with arrow keys.

About

Simple Wolfenstein-style raycaster in Rust + WASM + Wasm-4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages