Skip to content

simarjeet-kaur/CS61A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS61A

Summer 2019 CS61A Projects

Hog develops a simulator and multiple strategies for a dice game. Control statements and higher-order functions are used together in this program.

Scheme is a program that developed an interpreter for a subset of the Scheme language in Python.

Ants a tower defense game called Ants Vs. SomeBees. This project combines functional and object-oriented programming paradigms, and also involves understanding, extending, and testing a large program.

Typing Test is a program that allow users to measure their typing speed. An addition feature, autocorrect, which is a feature that attempts to correct the spelling of a word after a user types it, is implemented as well.