Click To Go Back To My Portfolio

Project Image

My Games & Digital Art Website

Some of my first personal coding projects. This site hosts 4 different games that I've created, as well as an array of digital art I designed. Each game and art piece was made with Javascript & the P5.js library, and the site was made with HTML.

Winter 2021 - Fall 2023

Created an original game, called HexaSnake, which is snake but played on a hexagonal grid.

Built clones of some of my favorite games: 2048, Brickbreaker, and a Tile Slider puzzle.

Designed captivating game interfaces, digital art pieces, & animations.

Created a bot to play 2048, which makes decisions w/ a state-scoring method evaluating all possibilities reachable within 3 moves.

Optimized the code within my HexaSnake game by employing a queue for movement & a hashmap to efficiently check collisions. This allows for smooth gameplay no matter how large the snake becomes, as both the movement and the collision checking is done in O(1) time (instead of O(n) time as it was before optimization).

Comments Section

"I Love HexaSnake!! Great Work."

Written by
The HexaSnake High Score Holder Prolly
on 12/17/2023 at 6:42 PM