This repository contains code mostly written during 2009 - 2011 when I was first learning to program. Uncommented/Badly Commented Spaghetti code lies ahead.
I've went back and moved some of the more noteable programs into their own folders.
Compiling these programs requires the horribly outdated and Windows only
Virtual Pascal Compiler. Open up the "main" source
file for a program in the Virtual Pascal IDE and select Compile->Build
andthen Run
to run the given program.
In the future I would like to port a couple of these programs to Free Pascal using the ncurses library to port the text-based interface to Linux + OSX.
Last Tested December 2015 on a PC running Windows 10.
A Tetris clone.
A Snake Clone.
Nyan Cat in Pascal, plays the music as well.
A very simplistic RPG-like battle game. Despite the displayed options you can only attack and the program ends when either you or the computer wins.
A program which pretends to be loading something but instead taunts the user for a few minutes.
Eight different colored racers race to the finish by moving a random amount forward each round.
Constantly fills the screen with random characters of different colors
TicTacToe program.