John Nguyen's repositories

DecisionTree

Implements a machine learning decision tree in C++.

Language:C++Stargazers:4Issues:1Issues:0

Chess

Allows the user to play a game of chess against an AI, built to use a minimax algorithm with alpha-beta pruning.

Language:C++Stargazers:0Issues:0Issues:0

GenshinCalculator

This is a description.

Language:JavaScriptStargazers:0Issues:0Issues:0

Minesweeper

This program runs a basic minesweeper game in JavaFx. The user can specify the size of the game area and how many mines to place.

Language:JavaStargazers:0Issues:1Issues:0

MovieRentals

This program handles transactions for a movie rental store.

Language:C++Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

StudyTool

Allows a user to answer multiple choice problems and go through flashcards to study. A custom set of cards can be edited and best quiz scores are recorded.

Language:JavaStargazers:0Issues:0Issues:0

SudokuSolver

Checks if a Sudoku puzzle solution is valid, or automatically solves an incomplete puzzle using recursive backtracking.

Language:JavaStargazers:0Issues:0Issues:0

WildfireSimulation

Simulates fire spreading through an area with different kinds of terrain. The user can change the terrain type and start fires.

Language:PythonStargazers:0Issues:1Issues:0

Snake

Runs a game of the classic game Snake.

Language:PythonStargazers:0Issues:0Issues:0