A downloadable game

Astro is an online-multiplayer procedural platforming game built using PyGame. Now with settings, sound effects, and music! Download, unzip, and run main.exe to play!

Controls

  • Run: run left and right with A and D
  • Jump: press SPACE (hold  to jump higher)
  • Jetpack: hold to boost up, and S to boost down
  • Slide: press or hold S
  • Wall Slide:  move towards (A or Dan adjacent wall while mid-air
  • Wall Jump: press SPACE (hold to jump higher) while wall sliding
  • Drop down ledges: pressing S to drop through one-way platforms
  • Command Prompt: press  to open command prompt

Command Prompt

Use the below commands to navigate the debug features. Press '/' to open the command prompt, followed by a command specified below. Press 'Enter'  to confirm and 'Esc' or 'Backspace'  to cancel.

  • gs 0
    • Return to main menu
  • q
    • Quit: exits the game
  • f
    • Fullscreen: this is buggy right now (usually only works once)
  • n 
    • New Level: generates a new level with a random seed
  • n {seed} 
    • New Seeded Level: generates a new level with the specified seed
    • For {seed}, insert any number or word like 'HELLO' or '2652' (no quotes necessary)
    • Ghost: allows you to fly through the level with no collisions
    • Fly with WASD, press SPACE to move quicker
  • tp {x} {y}
    • Teleport: allows you to teleport the player to the provided coordinates 
    • x and y should be integers [0, 1, 2, ...]
  • p {index}
    • Change the character's color palette 
    • Index should be an integer [0, 1, 2, ...]
  • d
    • Debug: displays debug information
Updated 3 days ago
StatusIn development
AuthorWill Riddick
GenrePlatformer

Leave a comment

Log in with itch.io to leave a comment.