You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎨Sketchpad is a simple drawing app which allow drawing with different pen-widths, colors , using eraser to erase specific part or using clear to reset the board and take a screenshot for your drawings..
🎈 My implementation of the classic fifteen-puzzle-game which consists of 4x4 grid with 15 tiles numbered from 1 to 15. Tiles are moved to order the numbers...
🎮 HamDola-2048 is an Implementation of 2048 game (a single-player sliding block puzzle game with objective of combine the tiles to create a tile with the number 2048) by HamDola members ...
🔫 A 2 player assembly X86 shooting game that each player has a gun and can use his gun in horizontal line to shot the other player, every player has the ability to move right or left or even jump with the existence of Gravity..
Sqrt OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.