Skip to content

A collection of handy scripts I made either for me, as homework/projects for online courses, or for friends

Notifications You must be signed in to change notification settings

GregRL94/Mini-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mini-Games repository

This repository contains a collection of small scripts I have made, whether as homework for courses, or for friends, or for me, and thought they might be fun. It is a selection of common mini-games, fast to play and easy to understand.

Requirements

Here below the list of ALL used librairies in the repository. Please note that some scripts will use some packages and some scripts others. You don't have to install all packages to run any given script, only the ones which are mention in their respectivesection, which come later in this read-me.

  • termcolor

Scripts

Lotery

lotery

  • Summary:

Run a lotery game between has many players as you want, with as many "buyable" tickets has you want. A winning ticket is choosen at random between all tickets bought by all combined players.

  • Requirements:

No specific packages (which are not included in the base python libraries)

lotery

Hangman

hangman

  • Summary:

Play Hangman with a randomly choosen word, or a word choosen by a friend.

  • Requirements:
    • termcolor

hangman

Connect4

connect4

  • Summary:

Play Connect4 against a friend.

  • Requirements:
    • termcolor

connect4

About

A collection of handy scripts I made either for me, as homework/projects for online courses, or for friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages