Malik Green

Web applications


Gaming Blog (Django Framework)

Click here and check out my site!

Console applications

Below are some projects that I have created that can be executed from the command line.
Click any image to visit the repoistory!

five cards game pic

Dictionary

C++

Dictionary of 122,809 words created using a hash table with a built in spellchecker.

Monster chaser

Python

Game created in pygame
that uses A.I. to chase the player and try to stop them from getting coins.

Regression line

C++

Regression line calculator that uses custom-defined matrix operations to
compute the line y = mx + b.

Hangman

Python

Script written to simulate hang man game using words from a dictionary.