A downloadable game for Windows, macOS, and Linux

Your objective is simple: Build a rocket and travel to outer space...


Since I screwed up the itch upload you can technically download it and play, but for simplicity  I have hosted the game on this link -  Play Game


Download

Download
dist.zip 12 MB

Install instructions

If you dont want to play using the external link, here are instructions on how to run the game locally:

You need to serve the folder using some web server
I've provided examples that use python or php
(One of them should be available by default in your OS)

1. Extract the zip and navigate to the folder containing index html 

2. Right-click in the folder and open a:
- (windows) powershell window 
- (mac/linux) terminal  window 

3. Run one of the following commands:

using python 3.x

$ python -m http.server 8000

using python 2.x

$ python -m SimpleHTTPServer 8000

using php

$ php -S localhost:8000

4. Navigate to http://localhost:8000 in your browser and play!

Leave a comment

Log in with itch.io to leave a comment.