Skip to content

Commit f57fbf1

Browse files
authored
N43: First Person Game in 2KB with Rust (#1289)
1 parent ad11445 commit f57fbf1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/news/043/firstperson.png

8.35 KB
Loading

content/news/043/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@ mutually benefit each other, reusing proven designs for user-friendly Rust APIs.
105105

106106
## Learning Material Updates
107107

108+
### [Write a First Person Game in 2KB with Rust][firstperson-wasm4]
109+
110+
![Game Preview](firstperson.png)
111+
112+
[@grantshandy] published an [article][firstperson-wasm4] about creating a simple
113+
first-person game in Rust with [WASM-4]. It covers the basics of a ray casting
114+
algorithm and minifying Rust with WebAssembly. You can play the finished game
115+
[here][firstperson-wasm4-game].
116+
117+
_Discussion: [/r/rust](https://reddit.com/r/rust/comments/11bdsys/fps_game_2kb_rust)_
118+
119+
[@grantshandy]: https://github.com/grantshandy/
120+
[firstperson-wasm4]: https://grantshandy.github.io/posts/raycasting
121+
[firstperson-wasm4-game]: https://grantshandy.github.io/wasm4-raycaster/
122+
[WASM-4]: https://wasm4.org
123+
108124
## Tooling Updates
109125

110126
### Sprite and Pixel Art Editor

0 commit comments

Comments
 (0)