Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![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