Giter Club home page Giter Club logo

mami_game's Introduction

Mami Game

Welcome to the Mami Game! This is a simple game built using Tkinter, where you predict a missing word to win. The game includes features like a timer, chances, and even a cheat code for added fun.

Table of Contents

Description

In this game, you are presented with a sentence containing a missing word. Your task is to predict the missing word to win the game. The game includes features such as tracking your chances, a timer, and even a cheat code to help you if you're stuck!

Getting Started

just find two words and the fun is getting started :)

Prerequisites

  • Python 3
  • Docker (if you want to run the game in a Docker container)
  • thinker

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/arfa79/mami_game.git

  2. go to the game directory:

    cd mami_game

Install the required dependencies:

pip install -r requirements.txt

Usage

Run the game:

python mami.py

Follow the instructions displayed on the screen to play the game.

Dockerizing the Game

You can also run the game inside a Docker container. Dockerizing graphical applications can be a bit tricky due to the nature of GUI applications.

Build the Docker image:

docker build -t mami-game .

Run the Docker container:

docker run -it --rm -p 6080:80 -p 5900:5900 mami-game

Access the game using a VNC viewer at localhost:5900 (password: vncpassword) or a web browser at http://localhost:6080/.

Contributing

Contributions are welcome! If you find any issues or have improvements to suggest, please open an issue or submit a pull request.

License

This project is licensed under the GPL License - see the LICENSE file for details.

mami_game's People

Contributors

arfa79 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

mami_game's Issues

readme

completing read me files and github

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.