Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathu-lmn/cargobot
Cargobot is a Game you can play but MAINLY an introduction to how program works!
https://github.com/mathu-lmn/cargobot
Last synced: 12 days ago
JSON representation
Cargobot is a Game you can play but MAINLY an introduction to how program works!
- Host: GitHub
- URL: https://github.com/mathu-lmn/cargobot
- Owner: Mathu-lmn
- Created: 2021-03-12T19:24:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T18:25:04.000Z (over 2 years ago)
- Last Synced: 2024-11-06T00:19:07.855Z (2 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cargobot by EPFL
Cargobot is a Game you can play but MAINLY an introduction to how programming works!
You only need python to run it : clone the project and run the gui.py to get started.
There are multiple "exercises" : these are some automatic code to show how a program works step by step.
To change the exercise, simply go to gui.py and line 10, change VerticalSort and write one of the following arguments:
>**GoLeft**>**EndlessLoop**
>**AllRight**
>**AllRightSelective**
>**MultiSort**
>**VerticalSort**
You can also see if you are efficient by playing the game with buttons.
Please don't hesitate to submit ideas of optimization, it's my first python project ^^