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 🛆 ← source code </> ←

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


Snake

play in new tab 🛆 ← source code </> ←

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 write a snake game.
Link to the article: Don't build a platform... unless?


Canvas

play in new tab 🛆 ← source code </> ←

Draw on a grid and mix elementary colors.


3D Matrix Visualizer

play in new tab 🛆 ← source code </> ←

Visualize matrices.


Draw Algos

play in new tab 🛆 ← source code </> ←

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