spaceship-survival
⚠ spaceship-survival is not responsive so, if the <iframe>
size is less than 800px × 450px the game is not playable from inside it
(You would have to scroll the game while playing it).
Written in C, compiled to WebAssembly, served via an <iframe>
snakegame
I came across an article of MichaĆ Zalewski
were he says:
In this particular case, designing a good game is hard enough;
even making a well-balanced and bug-free clone of Space Invaders or Snake
takes far longer than one would expect.
So, I decided to program a snakegame.
Link to the article: Don't build a platform... unless?
Draw Algos
Visualize Breadth-first search (BFS) and Depth-first search (DFS)
by drawing mazes, stopping the execution and regulating the speed.