Git Product home page Git Product logo

tomo's Introduction

tomo

Objectif

L’objectif de ce projet est de développer un jeu graphique 2D de type Tamagotchi en langage Python de manière interactive en direct sur Twitch avec la communauté du streamer Jachampagne.

Description

L’utilisateur peut créer un petit animal et interagir avec ce dernier pour le faire vivre le plus longtemps possible.

Prérequis

Pour tester le jeu, vous devez au préalable :

  • Installer l'interpréteur python sous sa version 3
  • Installer le gestionnaire de paquets python pip
  • Installer la bibliothèque pygame

Windows

Ouvrez une fenêtre de votre navigateur et télécharger et exécuter le dernièr exécutable python.

et installer la bibliothèque pygame :

pip install pygame

Linux

Famille Debian

Mettez à jour la liste de vos dépôts et télécharger ensuite le paquet python :

apt update -y
apt install -y python3 python3-pip python3-pygame
pip3 install pygame

Famille RedHat

Mettez à jour la liste de vos dépôts et téléchargez ensuite le paquet python3 :

yum update -y
yum install -y python3 python3-pip python3-pygame
pip3 install pygame

Lancer le jeu

Windows

Ouvrez votre console powershell ou cmd, placez-vous à la racine du projet et tapez ensuite la commande suivante :

python main.py

Linux

Ouvrez votre terminal, placez-vous à la racine du projet et tapez ensuite la commande suivante :

python3 main.py

tomo's People

Contributors

hajdaini avatar

Watchers

 avatar

Forkers

lorenzo-bts-sio

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.