diff --git a/_projects/clubhub.md b/_projects/clubhub.md index 65b7cab..9b0ac1a 100644 --- a/_projects/clubhub.md +++ b/_projects/clubhub.md @@ -1,29 +1,9 @@ --- layout: page title: ClubHub -description: University club social network full-stack web-application -img: +description: Full-stack social media platform (React, Supabase, Typescript stack) developed during a hackathon +img: assets/img/clubhub.png +redirect: https://devpost.com/software/clubhub-vjkibl#updates importance: 10 category: academic --- - -In this project, I developed a playable version of Snake game in C as part of the CS 61C course together with Nurzhan Abdrassilov - my project partner. The project involved creating a game board, managing the state of the game, and implementing functions to handle the movement and interactions of the snake, such as eating fruit and colliding with walls or itself. I built key components like create_default_state, update_state, and initialize_snake, ensuring proper memory management and game functionality. The game logic includes updating the snake's head and tail positions, detecting collisions, and dynamically adjusting the game board. Unlike the classical snake game, this version allows for having multiple snakes at once on the same board. - -This project involved such skills as C programming, memory management, using GDB and Valgrind and data strcutures. Additionally, this version of the game takes the least memory possible with our implementation (not a single bit is wasted) - - - -{% raw %} - -```html -