Skip to content

A simple Choose Your Own Adventure Game created using Python, with arrow key navigation added.

License

Notifications You must be signed in to change notification settings

MathieuSrour/Choose-Your-Own-Adventure-Game

This branch is 1 commit ahead of KendallDoesCoding/Choose-Your-Own-Adventure-Game:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2023
Nov 11, 2024
Mar 16, 2023
Mar 18, 2023
Mar 18, 2023
Mar 10, 2023
Mar 15, 2023
Mar 20, 2023
Mar 18, 2023
Mar 4, 2023
Apr 11, 2023
Apr 3, 2023
Apr 3, 2023
Mar 20, 2023
Mar 20, 2023
Mar 20, 2023
Mar 16, 2023

Repository files navigation

Choose Your Own Adventure Game

Choose-Your-Own-Adventure-Game

A simple Choose Your Own Adventure Game created using python.

Currently, there are 3 possible winning solutions. In the future versions, there will be more questions and thus more winning solutions.

Requirements

The following are the requirements required to run this project locally:

  • Python 3.0
  • If GUI is Compatible with Device:
    • PyGame is required. (Pip Module)
  • If GUI is NOT Compatible with Device:
    • Colorama is required. (Pip Module)

To get the required requirements, run this in your terminal, after cding to the project folder.

pip install -r requirements.txt

Steps to Run

Run main.py

Run in GitPod

You can run Choose Your Own Adventure Game in Gitpod, a free online dev environment for GitHub.

Open in Gitpod

To run in Gitpod:

  • Please install the requirements mentioned above - Requirements.

NOTE: If it asks you for Music in GitPod, please say "n" as there is a bug which we are working on fixing. The music works perfectly if you run the Python file locally though.

💁‍♂️Contributing to the project

It is good to see you contributing to the project.

  • It is a request that you create a Pull Request (PR) in order to make changes in any of the files, fix grammar or add sommething to the repository.
  • Please open a New Issue first in order to make more/major changes.

Before contributing, it is highly recommended to go through the CONTRIBUTING GUIDELINES.

Music

The following songs are licensed under Creative Commons: By Attribution 3.0 License http://creativecommons.org/licenses/by/3.0. Music promoted by https://www.chosic.com/free-music/all

  • Fluffing a Duck by Kevin Macleod
  • Happy and Joyful Children
  • Bliss by Luke Bergs
  • Tropical Soul by Luke Bergs
  • New Lands by Alex-Productions
  • Beach Vibes by Luke Bergs

Further, the following songs are used (copyright free, no license required):

  • Snake On The Beach by Nico Staf
  • A Parisian Cafe by Aaron Kenny
  • Tropical Fever by Luke Bergs & LiQWYD
  • Happy African Village by John Bartmann

Other Credits

Contributors

Thanks to all our contributors for their active support and participation!

`

Example

Choose-Your-Own-Adventure.Game.Example.mp4

About

A simple Choose Your Own Adventure Game created using Python, with arrow key navigation added.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%