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
- Host: GitHub
- URL: https://github.com/64kramsystem/snake_rust_wasm-completed
- Owner: 64kramsystem
- License: agpl-3.0
- Created: 2021-02-23T20:12:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T16:07:45.000Z (over 4 years ago)
- Last Synced: 2025-02-10T07:45:01.355Z (5 months ago)
- Topics: gamedev, javascript, rust, snake, udemy, wasm
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.