Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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