2nd Semester Projects




This is the webpage for GITA1. GITA 1 is a computer science course taught in the language of C#. I have made several projects this year. These are their descriptions and executables for you to download.

Home Page 1st Semester Projects


N!

Date: 01/10/17

This program allows for many calculations including fibonacci,factorial,even, and odd. It outputs a string based on what the user entered to display the calculations. The program also uses for-loops to be able to calculate.

Fish 2d

Date: 1/18/17

Fish2d is similar to fish 1 except it uses many rows of arrays. It shows how to vertically keep track of the fish instead of just 1 direction.

Tic-Tac-Toe

Date: 1/30/17

This is just the classic game of Tic-Tac-Toe. It uses booleans to switch the turns between X and O. also uses if statements to check the array line up.

Shooting Game

Date: 2/14/17

Shooting game is a game that incorportes the User and AI. It demonstrates the use of keypresses and timers to make everything on the form move in different ways.

Starfield

Date: 2/20/17

Star field is a animation to simulate moving through space. It uses for-loops to grow an array of squares boxes until the square hits a certain size.

AI Chase

Date: 3/9/17

AI chase is a game where the user must survive from 4 AI chasing it. It uses if statements with X and Y to track the User.

Final Project

Date: 3/20/17

This is the incomplete final projects