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).

play in new tab play icon new tab icon source code source code icon new tab icon

Written in C, compiled to WebAssembly, served via an <iframe>


snakegame

play in new tab play icon new tab icon source code source code icon new tab icon

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?


Canvas

play in new tab play icon new tab icon source code source code icon new tab icon

Draw on a grid and mix elementary colors.


3D Matrix Visualizer

play in new tab play icon new tab icon source code source code icon new tab icon

Visualize matrices.


Draw Algos

play in new tab play icon new tab icon source code source code icon new tab icon

Visualize Breadth-first search (BFS) and Depth-first search (DFS) by drawing mazes, stopping the execution and regulating the speed.