Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lissone/robo-dumal
My first 2d platform game.
https://github.com/lissone/robo-dumal
game-platform gdscript godot
Last synced: 17 days ago
JSON representation
My first 2d platform game.
- Host: GitHub
- URL: https://github.com/lissone/robo-dumal
- Owner: Lissone
- Created: 2021-11-11T23:42:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T00:47:23.000Z (about 3 years ago)
- Last Synced: 2024-11-15T05:25:23.888Z (3 months ago)
- Topics: game-platform, gdscript, godot
- Language: GDScript
- Homepage:
- Size: 61.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Robô Dumal (Evil Bot)
Description |
Requirements |
Technologies |
Usage |
Demonstration
## Description
My first 2d platform game, developed as an evaluation for a digital games subject in my bachelor's course in information systems.
It was really cool and challenging to develop this game, mainly because it is in python, a language that I'm still learning and I see a lot of potential in my career and using an engine that I had never heard of (Godot). I assume the game has some silly flaws, but I plan to improve it someday.
## Requirements
- [Godot](https://godotengine.org/)
## Technologies
- Godot
- GDScript## Usage
You can clone it on your pc using the command:
```bash
git clone https://github.com/Lissone/robo-dumal.git
cd robo-dumal
```Then just import the project into your Godot via the file:
```bash
# Found at the root of the project
./project.godot
```## Demonstration
## License
Distributed under the MIT License. See `LICENSE` for more information.
Made with ❤️ by Lissone