File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Original file line number Diff line number Diff line change @@ -67,6 +67,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
67
67
68
68
## Game Updates
69
69
70
+ ### [ tiny-snake.rs]
71
+
72
+ ![ tiny-snake.rs running in the terminal] ( tiny_snake.gif )
73
+
74
+ [ tiny-snake.rs] by [ @Rodrigodd ] is a terminal snake game, with a minimal binary
75
+ size.
76
+
77
+ The entire game is implemented in a single file of pure Rust code, with zero
78
+ dependencies. All interactions with the system are done through raw syscalls (so
79
+ it only runs on Linux, sorry) and the program is completely panic-free (panic
80
+ handling increases the binary size by almost 4KiB).
81
+
82
+ The game can be compiled using a single ` rustc ` command, and the resulting
83
+ binary is only 2760 bytes.
84
+
85
+ _ Discussions: [ /r/rust] _
86
+
87
+ [ tiny-snake.rs ] : https://github.com/Rodrigodd/tiny-snake.rs
88
+ [ @Rodrigodd ] : https://github.com/Rodrigodd
89
+ [ /r/rust ] : https://www.reddit.com/r/rust/comments/15d89s5/tinysnakers_a_tiny_terminal_snake_game_in_just/
90
+
70
91
## Engine Updates
71
92
72
93
## Learning Material Updates
You can’t perform that action at this time.
0 commit comments