Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ilit/presento
A small side-scroller puzzle game made with SDL2 and C++
https://github.com/1ilit/presento
2d 2d-game cpp pixel-art platformer sdl2 sdl2-image sdl2-ttf side-scroller
Last synced: 20 days ago
JSON representation
A small side-scroller puzzle game made with SDL2 and C++
- Host: GitHub
- URL: https://github.com/1ilit/presento
- Owner: 1ilit
- License: gpl-3.0
- Created: 2022-09-17T18:56:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T08:18:45.000Z (over 2 years ago)
- Last Synced: 2024-10-29T10:10:27.820Z (2 months ago)
- Topics: 2d, 2d-game, cpp, pixel-art, platformer, sdl2, sdl2-image, sdl2-ttf, side-scroller
- Language: C++
- Homepage:
- Size: 216 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presento
A small platformer puzzle game made as a birthday present with SDL2 and C++.
---
## Controls
- WASD to move
- Enter to interact with objects
- P to place items
- O to pick items up## Features
- Sprite management and animation
- AABB collision detection
- Keyboard and mouse event handling
- Basic 2d platformer physics## Demo