Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T09:26:42.000Z (2 months ago)
- Last Synced: 2024-11-03T09:22:16.505Z (2 months ago)
- Topics: cpp, cpp-game, game-development, sfml, sfml-game
- Language: C++
- Homepage:
- Size: 26.7 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 devproject_1 - simple geometry
project_2 - more complex geometry wars like project
project_3 - simple game engine for mario like games
![Screenshot 2024-10-02 200918](https://github.com/user-attachments/assets/66b85152-7e8a-4d9b-8389-ccbb94e41e16)
![Ownage2024-09-2915-23-13-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/63281e32-211f-4fba-9dfa-c1a306e036a6)
TODO
1. Write architecture on paper
2. Understand where and what
3. Implement vec2 and understand geometry