Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 674 Bytes

csc143

CSC143 course work for Fall 2020

Assignment #1 - Add code to the Tetris game to move the pieces left, right, and drop down. Clear a line when all the squares in that line are occupied.

Assignment #2 - Complete the Tetris game. In order to do this, the remaining 6 pieces need to be added to the game. The ability to rotate the pieces needs to be implemented also.

Assignment #3 - Recursion. Create an application that draws fractal-like shapes using recursion.

Assignment #4 - Let the adventure begin! In this assignment we create a simple text-based adventure game.

Assignment #5 - We use binary trees and priority queues to create a Huffman coding tree.