DrScheme Programs

All of these programs require a Scheme Client in order to run. My class worked in the DrScheme programming environment.

Asteroids Clone

 

zip | view source

This program was made for Fundamentals of Computer Science. It was a joint effort between myself and Mark Santoski. It plays similar to the asteroids game, with some minor adjustments we thought made the game better. The hardest part was probably detecting collisions between shots, asteroids, and players, and performing the correct results.

Players move with the arrow keys and shoot with the spacebar, and can have a maximum of four shots on the screen at one time.

 

Go to: Java Programs »