Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update #75

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 49 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,64 @@
# Geographical Adventures
A little work-in-progress geography game about delivering packages to different countries around the world. </br>
Made in the Unity game engine.
## _A Geography Game_

A little work-in-progress geography game about delivering packages to different countries around the world.

## Features

- Fly around the world with your plane
- Deliver packages closest to the destination
- Earth is displayed with the help of real datas such as height-map, wind-map, city lights-map...
- Language and keybindings customization

## Screenshots

You can try playing the game in its current state [here.](https://sebastian.itch.io/geographical-adventures)
![Image](https://raw.githubusercontent.com/SebLague/Images/master/Geographical%20Adventures.jpg)
![Image](https://raw.githubusercontent.com/SebLague/Images/master/Geographical%20Adventures%202.jpg)
# Development Videos

## Development Videos
> The development process of this game is showcased on videos </br>

[Episode 01: I Tried Creating a Game Using Real-World Geographic Data](https://youtu.be/sLqXFF8mlEU) </br>
[Episode 02: Trying to Improve My Geography Game with More Real-World Data](https://youtu.be/UXD97l7ZT0w) </br>
[Episode 03: Polishing and Releasing My Little Geography Game](https://www.youtube.com/watch?v=pNp4ug5F6To)

## Tech

- [Unity] - cross-platform game engine

And of course Geographical Adventures itself is open source with a [public repository][Repo-Link] on GitHub.

## Installation <a name = "Installation"></a>

# License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
### To play the game
Download it from [here][Itch-Link]


### To install the project and work on it
1. Download the project files </br>
In Unity Hub : </br>
2. Add project from disk </br>
3. Download the right version of the editor </br>
4. Launch the project !

## Contributing

Want to contribute? Great!
Feature requests, bug reports and pull requests are welcomed in [Issues][Repo-Issues-Link] and [Pull Requests][Repo-Pull-Link]


## License

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

[Repo-Link]: <https://github.com/SebLague/Geographical-Adventures>
[Repo-Pull-Link]: <https://github.com/SebLague/Geographical-Adventures/pulls>
[Repo-Issues-Link]: <https://github.com/SebLague/Geographical-Adventures/issues>
[Itch-Link]: <https://sebastian.itch.io/geographical-adventures>
[Unity]: <https://unity.com>