ESC180 - Introduction to Computer Programming - Labs/Projects
Created an RPG game with points, user-states, and tracked time for tasks completed.
Created a gomoku game in python with complete analysis code on points calculation and winner of match.
Semantic Similarity - Can analyze and guess potential synonyms of words
Learning to use Conditional Statements, functions, and arguments.
Coding functions, Using global variables and main block
Using parameters, global variables, "static" variables Testing Functions with testing code
Coding functions and sub-function, Using for loops
Coding complex functions with if and for statements
Coding a fully functional tic-tac-toe game with an inteligent computer opponent
Coding a gaussian elimination (row reducing) matrix solver
Coding a book scanner that finds the top 10 most common words in a pdf file.
Coding using recursion to find the string in the inner most braket of a larger string.