An open API service indexing awesome lists of open source software.

https://github.com/64kramsystem/snake_rust_wasm-completed

My progress (now completed) on the "Snake Game With Rust, JavaScript, and WebAssembly" Udemy course
https://github.com/64kramsystem/snake_rust_wasm-completed

gamedev javascript rust snake udemy wasm

Last synced: 3 months ago
JSON representation

My progress (now completed) on the "Snake Game With Rust, JavaScript, and WebAssembly" Udemy course

Awesome Lists containing this project

README

        

# snake_rust_wasm-completed

My progress (now completed) on the Udemy "Snake Game With Rust, JavaScript, and WebAssembly" course.

I originally applied some changes, but ultimately, I ended up copying the original code, since there was at least one bug that was hard for me to track down. The logic is also unnecessarily complex, so simple changes dont' fit well.