Skip to content

A small open source game prototype made with Unity/C#.

License

Notifications You must be signed in to change notification settings

TobiasWehrum/planets-and-pickups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planets & Pickups

Description

This is a small open source game prototype made with Unity/C#. The player moves around on small planets and can jump between them, influenced by the gravity field generated by the planets. Pickups will spawn which the player can collect to score points. Increasingly more enemies will spawn which the player has to evade. The goal of the game is to score as many points as possible before eventually touching an enemy.

Unless otherwise noted (e.g. in the "Used libraries and assets" section) I've designed, built and coded everything myself.

If you want to see more of what I do or contact me, visit my website https://dragonlab.de.

Play the game

You can play the game without building it in your browser. (You can see whether your browser is compatible here.)

Building the project

  1. Get the project by cloning it with your favourite git client or download it as a ZIP archive.
  2. Install Unity 2018.3.9f1 from the download archive or the Unity Hub. Newer versions might also work.
  3. Open either the Unity Hub or Unity 2018.3.9f1 directly.
  4. Open the project by selecting the folder you got from step 1 as the project.
  5. Go to "File->Build Settings".
  6. Select your target platform and click "Switch Platform".
  7. Click on `Build And Run" and select a target folder.
  8. The project should now build and run once completely built.

Used libraries and assets

For this project I used the following libraries:

The assets used are:

  • Acme, a great google font.
  • The swinging tune "Experimental Gameplay ID 953" by Lobo Loco.
  • A few sound effects from the ever-fabulous Universal Sound FX by Imphenzia.

License

This project is licensed under The Unlicense. Treat it as public domain for all intents and purposes, and then do with it whatever you want.

Libraries in the AddOn folder and other assets besides my own code in Asset/Scripts may be subject to other licenses.

Possible next steps?

Assuming I ever continue working on this, I'd mostly be concerned with smoothing out the player controls. While I still like the concept of jumping in a world full of different gravity, in its current iteration it often feels too unpredictable for the player. Maybe it's possible to tune the gravity fields so that the jumps behave more predictably without feeling too stifling. Maybe the way forward would be to properly visualize the gravity fields to the player so that they can make more informed decisions (or at least aren't surprised by the strange paths their avatar is taking).

About

A small open source game prototype made with Unity/C#.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published