#html5-canvas

[ follow ]
fromFlowingData
18 hours ago

IsoCity, an open source city building game

If you're a fan of SimCity, then you'll appreciate IsoCity, an open source simulation game. The premise is the same. Start with land, build infrastructure, and try to maintain a thriving city. From the GitHub: IsoCity is a open-source isometric city-building simulation game built with Next.js, TypeScript, and Tailwind CSS. It leverages the HTML5 Canvas API for high-performance rendering of isometric graphics, featuring complex systems for economic simulation, trains, planes, seaplanes, helicopters, cars, pedestrians, and more.
Video games
#javascript
JavaScript
fromSlicker
4 months ago

Bubble sort visualization

Bubble sort repeatedly compares adjacent elements and swaps them until an array is ordered, visualized with color-coded elements and pass-by-pass displays on an HTML5 Canvas.
[ Load more ]