Giter Site home page Giter Site logo

tx-inf1 / froggy-and-frankie-take-a-nice-walk Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 60.69 MB

Educative game made for teaching python loops to beginners.

Python 99.75% Shell 0.13% Batchfile 0.13%
education game loops loops-and-iterations python teaching teaching-materials

froggy-and-frankie-take-a-nice-walk's Introduction

Froggy and Frankie take a nice walk

What is it ?

Froggy and Frankie take a nice walk is an educative game, made for teaching Python loops to beginners. Contrary to most coding games, the player controls its avatar using his keyboard arrows. The code they produce allow them to modify their environment (e.g. by building bridges). It was originally made during a university project by three UTC (Université de Technologie de Compiègne) students. If you can read french, the full report is the docs/report folder. You can also read (in english) the full technical documentation available in the docs/build folder.

How does it work ?

The game is coded in Python, using mainly arcade (for the regular game window) and kivy (for the code input). Having the game run in python makes it easier to run the code injected by the user. For details, see the technical documentation (href missing).

Project status

The project is no longer in development. However, anyone can contribute to it ! Please feel free to contact us if you want to know how to get started.

Installation

To start with, clone the repository :

git clone https://github.com/TX-INF1/game

Make sure you have python >= 3.11 configured as your interpreter, and install all the requirements for the project :

  • On windows or linux :
pip install -r requirements_win_linux.txt
  • On macOs :
pip install -r requirements_macos.txt
  • To run the game :
python main.py

Credits

Special thanks to Domitile Lourdeaux, our teacher, for her essential support and advice throughout the whole project.

froggy-and-frankie-take-a-nice-walk's People

Contributors

lau-fst avatar maxencevahedi avatar page-ms avatar

Stargazers

 avatar  avatar  avatar

froggy-and-frankie-take-a-nice-walk's Issues

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.