A web site where a potato which has been imploded host games to be played on the web!
This is a subdomain of ImplodedPotato.com.
npm run devnpm run buildnpm run deployAll of these games are either coded in C or C++ with framworks, such as Raylib or SDL. I then use emscripten to port the game to the web
Code: GitHub
Play: Games.ImplodedPotato.com/Galaga-Like-2D
Coded in C with Raylib
Based on the Clear Code's python tutorial on YouTube
Code: GitHub
Play: Games.ImplodedPotato.com/Galaga-Like-3D
Coded in C++ with Raylib
Based on the Clear Code's python tutorial on YouTube