My projects
Codenames
I made a website to play the board-game 'Codenames' online with your friends. I coded the
website using React for the front-end and Node for the back-end.
Snek | Snake Game
A minimalistic take on the classical Snake game for mobile.
Made with React Native, and published on the App Store and Google Play Store.
Snake AI
I taught an AI to play Snake with a pathfinding algorithm.
The AI is written in Python, and the game and its interface with Pygame.