https://github.com/neok/cpp-sfml
C++ game/engine build with SFML library
https://github.com/neok/cpp-sfml
cpp cpp-game game-development sfml sfml-game
Last synced: 8 months ago
JSON representation
C++ game/engine build with SFML library
- Host: GitHub
- URL: https://github.com/neok/cpp-sfml
- Owner: neok
- Created: 2024-09-13T07:08:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T19:38:11.000Z (over 1 year ago)
- Last Synced: 2025-01-14T05:14:32.605Z (about 1 year ago)
- Topics: cpp, cpp-game, game-development, sfml, sfml-game
- Language: C++
- Homepage:
- Size: 27.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ sfml
C++ game/engine build with SFML
It's just a fun project based on a YouTube course - [COMP4300 - Game Programming](https://www.youtube.com/watch?v=-ugbLQlw_VM&t=13s&ab_channel=DaveChurchill)
Inspired by youtube videos https://www.youtube.com/watch?v=k2ckoLsD7ZU&t=2993s
COMP4300
This is my realization of the course assignments, I am not a student of this course,
I just watched the video and implemented everything in my own way.
This project is mainly for learning SFML and C++ game dev
project_1 - simple geometry
project_2 - more complex geometry wars like project
project_3 - simple game engine for mario like games

