Pinned Repositories
AdventOfCode2020
Advent of Code 2020 Solutions
Backgammon-Graphics
A webgl project to create a backgammon game
digger-game
A game created in Java based on the game Digger.
experimentalGame
Game-of-Life-2.0
Inspired by game of life, this simulator takes a handful of randomly generated people and places them on a plane. If they run into each other, based on those people's characteristics, it will determine if they will have a baby. If they can, it will appear below them (initially as a black dot). Clicking on a person will also allow you to see all of their statistics.
MatrixSolver
A parallel matrix solver created in C
SantaFeAntTrail
"Solution" to the Santa Fe Ant Trail problem using genetic algorithms
SchemeInterpreter
An Scheme Interpreter Written in Scheme
website
My personal website for random web programming projects
NOT_MTGO
christophermalinosky's Repositories
christophermalinosky/MatrixSolver
A parallel matrix solver created in C
christophermalinosky/website
My personal website for random web programming projects
christophermalinosky/AdventOfCode2020
Advent of Code 2020 Solutions
christophermalinosky/Backgammon-Graphics
A webgl project to create a backgammon game
christophermalinosky/digger-game
A game created in Java based on the game Digger.
christophermalinosky/experimentalGame
christophermalinosky/Game-of-Life-2.0
Inspired by game of life, this simulator takes a handful of randomly generated people and places them on a plane. If they run into each other, based on those people's characteristics, it will determine if they will have a baby. If they can, it will appear below them (initially as a black dot). Clicking on a person will also allow you to see all of their statistics.
christophermalinosky/SantaFeAntTrail
"Solution" to the Santa Fe Ant Trail problem using genetic algorithms
christophermalinosky/SchemeInterpreter
An Scheme Interpreter Written in Scheme
christophermalinosky/Tutorial1
christophermalinosky/RayTracer
A ray tracer in Javascript using a little bit of Webgl