What is bAttleSim?

Created as part of Gemini Challenge 2024, bAttleSim is a tower defense simulation. User is on the attacker’s side and Gemini defends its castle. Both are given a set amount of credits and there are two types of troops they can be spent on.

Troops

troopKnight
troopArcher

How is it Made?

The actual game was created in C++ usingEmscripten andraylib, then compiled to WASM and is finally being rendered on the web usingNext.js on Vercel.

logo