/FinalSpace

Game Jam - Halloween 2021 - Slalom Build

Primary LanguagePythonMIT LicenseMIT

Game Jame Halloween 2021 - Final Space

What is a Game Jam? "Jam" is a reference to musical jam sessions. Similarly, the goal with a "game jam" is to come together and make a video game, or a non-digital (analog) game like a board game or card game. Participants rapidly prototype game designs and inject new ideas to help inspire and grow the global game and interactive software industries. We share a common theme (An Astronomical Apocalypse) and constraints. We ask participants to create a game from beginning to end in a prescribed time. The brief time span is meant to help encourage creative thinking which results in small but innovative and experimental games, some of which have been developed beyond the game jam into a commercial success. (Adapted from GGJ)

Screenshots

Main menu Game play

Running from source

pipenv install pygame
pipenv run python game.py

Compile to app/exe

To use the following, you must have Python3.10+ installed and be using it within pipenv to compile the app

MacOS (only one tested)

pipenv install
pipenv run python setup.py py2app 

Windows

pipenv install
pipenv run python setup.py py2exe 

Linux

pipenv install
pipenv run python setup.py