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 -
-
- {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
- {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
-
-``` - -{% endraw %} diff --git a/_projects/instabot.md b/_projects/instabot.md index 340b915..a8cd320 100644 --- a/_projects/instabot.md +++ b/_projects/instabot.md @@ -2,7 +2,7 @@ layout: page title: Instabot description: GPT-powered AI post generating bot for Instagram in Python -img: +img: assets/img/gpt.jpg redirect: https://github.com/eldarhasanov079/ai_insta_post_generator importance: 10 category: academic diff --git a/assets/img/clubhub.png b/assets/img/clubhub.png new file mode 100644 index 0000000..40bd021 Binary files /dev/null and b/assets/img/clubhub.png differ diff --git a/assets/img/gpt.jpg b/assets/img/gpt.jpg new file mode 100644 index 0000000..cd59d95 Binary files /dev/null and b/assets/img/gpt.jpg differ