Here’s an update to the un-named zombie car game. Features: Shadows – a funky shader that give the shadows blurry edges Zombies – They follow you Trees – they fall over when you hit them HUD – displaying fuel and health in a circle Scripting – the level is generated using a script, separate to the game […]
Tag Archives: webgl
This is just an experiment with Typescript and Webpack, the ‘module bundler’. I’m using Webpack to simply combine all of the transpiled js files, along with the js libraries. In this example you can drive a little blue car around with the arrow keys. >> Try it out << I threw the car together quickly in blender. It […]
We all know the classic tank games. Two or more teams take turns to aim their tanks and fire at the opponents. Games like Worms allow you to move the tanks (which in this case are animated worms with guns) and have a destructible environment. Because this is a turn based game, I thought it would […]