This is The Traveler, an open-source shooter game with more than 10 levels to play with! You can mod the game, help optimizing, create new game levels and make any changes you want to it! Please, read the License section for more information of what you can do.
The Traveler GitHub Repository has been moved to the Note Studios organization. Altough the project is still maintained by me, It has been moved to make the Note Studios in-game logo and face make more sense, so I created this organization and moved the repo to here.
You can play The Traveler right away on Game Jolt or you can build your own with the source!
This section will guide you on how to build the game and run it with from the source code.
The Traveler needs some dependencies to be installed to make the game run. Such as:
See under the Libs folder for more information.
You can clone this repo Installing Git (recommended) or just downloading the source here, on GitHub:
git clone https://github.com/notestudios/TheTraveler.git
After that, Git will start cloning the repo in your current working directory.
gh repo clone notestudios/TheTraveler
The GitHub CLI will start clonning the repo in you current working directory.
Using GitHub:
In order to do so, you need to create an API Key on Game Jolt. You can create a new Game on Game Jolt, take the API Key and put it in the GameJolt.java
file inside the project’s package com.notestudios.gamejolt
.
This repository uses Gradle for building and running, you can Install Gradle Tool or use the project one.
.\gradlew.bat build
./gradlew build
To run the project build you made previously, in the same terminal window, run the following command:
.\gradlew.bat run
./gradlew run
After that, the game will start, if it does not start, open a new issue here, copy and paste the output of the used command in the issue content and I will help you! Have fun!
You’re free to contribute with translations, game experience, interface, design changes and many more! If you just want to suggest a change, or suggest a feature, you can create a New Issue or a Start a Discussion and say what you want to be in the game!
This repository is using the GNU General Public License v3, so you can help getting the game better for everyone! See the License Permissions for more information. The code can be modified at any time!
This game has some bugs and other things to do, so if you can, please help me getting the game better. I’ll be happy for your help!