Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frklan/dodgethecreeps
Source code for the "Your first game" tutorial at Godot Docs
https://github.com/frklan/dodgethecreeps
Last synced: 16 days ago
JSON representation
Source code for the "Your first game" tutorial at Godot Docs
- Host: GitHub
- URL: https://github.com/frklan/dodgethecreeps
- Owner: frklan
- License: mit
- Created: 2019-03-15T18:52:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T17:47:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-20T23:33:57.016Z (3 months ago)
- Language: GDScript
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dode the Creeps
Source code for the "Your first game" tutorial over at [Godot Docs](https://docs.godotengine.org/en/3.1/getting_started/step_by_step/your_first_game.html). Most of the code and setup is a direct copy of the tutorial, with a few changes here and there as I learn.
My goal is to do game development in C++, not because it's better; simply becaus I like C++ and want to use it ;)
## Compiling
1) get Godot game engine v3.1
2) open the project
3) hit run## Contributing
I'm not planning to update this repo, still contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/GameEngine/tags).
## Authors
* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details