Skip to content

Commit

Permalink
add chess project
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Feb 6, 2024
1 parent 334bee4 commit bc02dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/dumbChess.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ let projects = [
image: "/rustacean.jpg",
link: "https://github.com/dronavallipranav/rust-obfuscator",
},
{
title: "Low Elo Chess",
status: "",
description:
"a terribly mediocre attempt at a low elo chess engine written in Go",
image: "/dumbChess.jpg",
link: "https://github.com/dronavallipranav/dumb-chess",
},
{
title: "GameBoy Emulator - ",
description: "Take a look at the current state of my Emulator",
Expand Down

0 comments on commit bc02dad

Please sign in to comment.