> For the complete documentation index, see [llms.txt](https://digitalgarden.batamladen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects.md).

# Examples/Projects

- [Simple Snake Game](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-snake-game.md)
- [Simple Slot](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-slot.md)
- [Simple Rulette](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-rulette.md): A rulette game without the green zero.
- [Supermarket](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/supermarket.md)
- [Brand Name Generator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/brand-name-generator.md)
- [Tip Calculator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tip-calculator.md): Calculates how much money should everyone give + tip for waiter
- [Tresure Island](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tresure-island.md): Find the right way
- [Rock, Paper, Scissors](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/rock-paper-scissors.md)
- [Password Generator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/password-generator.md): define character length, symbols and nbers for a password generator, and it tells you if it is a good password.
- [Reeborg's World](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/reeborgs-world.md): Online pythom maze game.
- [Hangman](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/hangman.md): Guess the word before the man is hung!
- [Cesar Chiper](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/cesar-chiper.md): Cesar encryptor and decryptor
- [Auction](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/auction.md)
- [Continuous Calculator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/continuous-calculator.md): Calculator taht adds up on the last result
- [BlackJack Game](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/blackjack-game.md)
- [Guess The Number](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/guess-the-number.md): Guess the number while the computer is giving you high/low hints
- [Higher Lower](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/higher-lower.md): guess who has more insta followers
- [Coffee Machine](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/coffee-machine.md): Order your coffee
- [Coffee Machine (easy)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/coffee-machine-easy.md): Order your coffee
- [Questionnare](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/questionnare.md)
- [Circle Drawings](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/circle-drawings.md): A turtle drawing circles
- [Turtle Race](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/turtle-race.md): Turtles racing. Bet on 'em
- [Snake Game (easy)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/snake-game-easy.md)
- [Snake Game (OOP)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/snake-game-oop.md)
- [Tennis](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tennis.md)
- [Cross The Road](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/cross-the-road.md)
- [Write The States](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/write-the-states.md)
- [Phonetic Alphabet](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/phonetic-alphabet.md)
- [Miles to KM Converter](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/miles-to-km-converter.md)
- [Pomodoro Timer](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/pomodoro-timer.md)
- [Clicker](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/clicker.md)
- [Armabillo](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/armabillo.md): Encryption App


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalgarden.batamladen.com/notes/programming/python/examples-projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
