RossMeikleham / Pascal-Code

Old Pascal code written during my A Levels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pascal Code

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.

Noteable Programs

Last Tested December 2015 on a PC running Windows 10.

tetris

A Tetris clone.

snake

A Snake Clone.

nyan1 nyan2

Nyan Cat in Pascal, plays the music as well.

rpg

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.

loadingscreenofdeath

A program which pretends to be loading something but instead taunts the user for a few minutes.

racer

Eight different colored racers race to the finish by moving a random amount forward each round.

screenoverload

Constantly fills the screen with random characters of different colors

tictactoe

TicTacToe program.

About

Old Pascal code written during my A Levels

License:MIT License


Languages

Language:Pascal 100.0%