/traveller

A platform game developed with Unity Game Engine and C# scripts as part of the #CrystalizeMyLearning movement where I seek to learn through writing.

Primary LanguageASP.NETMIT LicenseMIT

Traveller

A platform game developed with Unity Game Engine and C# scripts as part of the #CrystalizeMyLearning movement where I seek to learn through writing.

To learn more about how I created this game, you can check out my medium article here. (to be updated)

Basic and Advanced Version

This repository contain the source code for 2 versions of Traveller

  • A basic version of the game that has limited camera control and a simple platform,
  • An advanced version of the game that has freelook camera, friction, and a more challenging platform

Basic Version Video Demo

Basic Version Video Demo

Advanced Version Video Demo

Advanced Version Video Demo

Installation

To play the game, you can

  1. clone this entire repository via your command line
git clone https://github.com/cyberjj999/traveller.git
  1. Run the basic/advanced version of the game located in
  • Traveller\Builds\Basic Version\Traveller.exe
  • Traveller\Builds\Advanced Version\Traveller.exe respectively.

Game Play

  • The game objective is to move the player (red capsule) to the win zone (yellow plane).
  • Dropping off the floating blocks will result in a restart of the game.
  • You win when your character successfully make it to the yellow win zone.

License

MIT