The Wandering Planet
How long can you make your planet survive?
Try to increase the time of your life in the planet, make it to civilization, you can get more force to control your planet.
Do let it crush by other big planets, don't let it become a star!
The Universe is shrinking and Gravity is increasing! Watch Out!
First choice is more important than other things --> Butterfly Effect!
Gameplay video on youtube:
https://www.youtube.com/watch?v=LjKq_nqlsro
github.com/clingsz/wanderingplanet
Awards
Scores
Ratings (show detail)
Overall: 2.8
Fun: 2.4
Production: 2.8
Innovation: 3.2
Respondents: 14
Files
File | Uploader | Date |
---|---|---|
stars_source.zip
— final
source file |
clingsz | 2020/03/29 18:49 |
stars_winexe.zip
— final
Windows exe |
clingsz | 2020/03/29 18:48 |
stars.py
the python file |
clingsz | 2020/03/29 18:47 |
Capture.PNG
Screenshot |
clingsz | 2020/03/29 18:31 |
Diary Entries
Idea
Progress
Update
What I did tonight:
- Implemented the scale screen system
- Tracking system for the star
- Boundary of the universe and bouncing of the stars
- Introduced year and shrinking universe
- Some initial trials on the story system, the tkinter msgbox is not very good to use
- Color of the different stars
Still some features to add tomorrow.
- Change keyboard setting, wasd for change accelerator
- Change time method, keep fps the same, but in game update speed different
- Fix the bouncing logic
- Find a better message box, and game pause system
- At first, give choice to choose a star, get a selection bounding box for the star
- Get event through civilization
- Get game end screen and event
My code is so shitty, really want to refactor my code
Demo
Demo here:
https://www.youtube.com/watch?v=C7hDQm8IRVgProgress track
- Change keyboard setting, wasd for change accelerator
- Fix the bouncing logic
- Get event through civilization
- Get game end screen and event
Done:
- At first, give choice to choose a star, get a selection bounding box for the star
- Change time method, keep fps the same, but in game update speed different
- Find a better message box, and game pause system
- No gravity in the beginning
Excited!!