Building a Game Using Linked Lists (C++ & SFML) Part 1/2

Опубликовано: 11 Июль 2026
на канале: ChipSqueax
4,431
60

Hi! In this video, we will be looking at how we can build a really simple game which uses the linked list data structure in C++.

Smash like and subscribe for more.

SFML: https://www.sfml-dev.org

Time-stamps:
1:00 - Linked List Intro
3:06 - Game Structure
5:00 - Making the Game Class

GitHub repo: https://github.com/ChipTalksComputers...

SUBSCRIBE NOW:
   / @chipsqueax  

GITHUB:
https://github.com/ChipTalksComputers

PREVIOUS VIDEOS:
N-Queens problem:
   • N Queens Problem in Python (Recursive Back...  
Voice chat application:
   • Building a Voice Chat Application in Pytho...  

Tags:
Linked Lists
Building a Game