A collection of miscellaneous scripting projects I’ve created while learning and practicing my scripting abilities.
An Asteroids clone, scripted in Java, where the player must pilot a Russian General in an inner tube while destroying icebergs in the Siberian Sea.
A simple Roguelike where the player must liberate a spaceship overrun by alien invaders. This project focused on creating simple AI, collision detection, a projectile-based combat system, and a world layout segmented into individual rooms.
In Alpine Ascent, the player scales the side of a mountain with ASCII avatar, avoiding dangerous enemies such as spiders and snakes. A projectile system along with randomly generated levels and enemy AI make this project possible.
A basic gambling game where the player wagers through a simple text interface. A RNG determines the actual movement of the horses and their race is portrayed with simple ascii graphics.