Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 491 Bytes

File metadata and controls

23 lines (18 loc) · 491 Bytes

Untitled Goose Game

A webport of the game Untitled Goose game!


Building

Needed to host:

  • Python 3.x installed
  • Terminal
  • Visual Studio Code

How do i do this?

  1. Clone this repository.
  2. Open the project folder in Visual Studio Code.
  3. Open the integrated terminal.
  4. Run the Python HTTP server:
python -m http.server 8000

Once done you'll have Untitled Goose Game self hosted!

all credits to house house for untitled goose game.