https://github.com/vsaint1/godot-platformer
A godot game made with desktop/mobile/console support
https://github.com/vsaint1/godot-platformer
console cpp20 desktop gdscript godot mobile
Last synced: 5 months ago
JSON representation
A godot game made with desktop/mobile/console support
- Host: GitHub
- URL: https://github.com/vsaint1/godot-platformer
- Owner: vsaint1
- Created: 2025-07-11T05:32:52.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-06T23:03:51.000Z (11 months ago)
- Last Synced: 2026-01-22T19:46:37.831Z (5 months ago)
- Topics: console, cpp20, desktop, gdscript, godot, mobile
- Language: GDScript
- Homepage:
- Size: 5.43 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Warrior's
This project was made to learn [Godot](https://godotengine.org) and game features, it's a simple 2D platformer game.
## 📦 Supported Platforms
- 💻 **Desktop**
- 🎮 **Console**
- 📱 **Mobile**
- 🌐 **Web**

## Features
- [x] Smooth and responsive player movement
- [x] Coyote time and jump buffering
- [x] Player UI
- [x] Simple codebase
- [x] Pixel-perfect camera system
- [x] Gamepad, keyboard and mobile support
- [x] Pickups
- [x] Basic level design
- [x] Interactive objects
- [x] Simple Enemy
- [x] Translations English and Portuguese
- [x] Particles
---
Feel free to fork, clone, and expand it into your own platformer!