https://github.com/lelserslasers/whatgoesup
a game, in python?
https://github.com/lelserslasers/whatgoesup
Last synced: 5 days ago
JSON representation
a game, in python?
- Host: GitHub
- URL: https://github.com/lelserslasers/whatgoesup
- Owner: LelsersLasers
- Created: 2022-04-06T22:13:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T22:06:00.000Z (about 3 years ago)
- Last Synced: 2025-06-04T11:33:42.595Z (5 months ago)
- Language: Python
- Size: 493 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatGoesUp
A vertical platformer in python. I more or less gave up on doing
graphics as I was too lazy and wanted to work on other projects.
Sorry for the inconvenience of downloading and me being lazy.
Let me know if anything goes wrong.# Download Instructions
Windows download
1) Click the code button in the top of the screen. Then select download zip.
2) Extract all files
- Open file explorer => right click on folder => click extract all
3) Download python
- https://www.python.org/downloads/
- choose the most updated version (big yellow button in the middle)
- Run the .exe
- make sure that launch installer and add to PATH are checked
- click install, and allow the installer to make changes to your device if necessary
4) Install pygame
- Go to search bar in bottom left
- search cmd then hit enter
- type command: pip install pygame
5) Run Game
- then navigate to folder that your download is in
- Ex: C:\Users\huber>cd OneDrive\Documents\GitHub\WhatGoesUp
- type in cmd: python main.pyMAC download
1) Click the code button in the top of the screen. Then select download zip.
2) Extract all files
- Open file explorer => right click on folder => click extract all
3) Download python
- https://www.python.org/downloads/
- click the big download button if it automatically detects your os is MAC
- otherwise go to: https://www.python.org/downloads/macos/
- choose macOS 64-bit universal2 installer under version 3.10.5
- It should be on the left hand side
- Run the .exe
- the default settings should be enough but notify me if anything goes wrong
- click install, and allow the installer to make changes to your device if necessary
4) Install pygame
- Go to the terminal (do one, try the other if one doesn't work):
a) Click the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal.
b) In the Finder , open the /Applications/Utilities folder, then double-click Terminal.
- type command: pip3 install pygame
5) Run Game
- then navigate to folder that your download is in
- Ex: cd OneDrive\Documents\GitHub\WhatGoesUp
- type in terminal: python3 main.py# My Records
- Jumping Challenge:
- 0:00:05.455207
- Double Jumping Challenge:
- 0:00:10.368283
- Sliding Challenge:
- 0:00:14.051456
- Slide Jumping Challenge:
- 0:00:06.722114
- Wall Bounce Challenge:
- 0:00:29.640874
- Death Challenge:
- 0:00:11.442054
- Ultimate Challenge:
- 0:00:49.926732
- Training Course:
- 0:32:40.310946
- Ice Peak:
- Not completed yet without rage quitting or cheating