My projects

Yeah as you read, here you can see the whole projects what I did.
The most of the projects are in python (My favorite programing language ! 🤩)

To explain, each projects is downloadable with his title, just click on it and see what happend !

a screenshot showing a window with the game OXO or Tic Tac Toe

OXO or Tic Tac Toe

📜 Explanations:


Hi there!
This is one of my first projects that I created!

This project allows you to play the famous Tic Tac Toe game with a friend on the same screen,
or with a bot that I developed myself.
The goal is to offer a simple and intuitive gaming session for a smooth and enjoyable experience.


🚀 Game Objective:


The goal of the game is to place 3 shapes in a row.
For example:

X | O | O
X | X | X
O | O |

In this example, player X wins because they placed 3 Xs in a row!


🛠 Used Technologies:


The game was created in Python using Tkinter, a standard module for building graphical user interfaces (GUI).
Tkinter is a built-in Python library that makes it easy to create windows, buttons, labels (titles), and many other interactive elements.
It is an ideal tool for designing simple and fast applications with a user-friendly interface.

Tkinter and many other libraries are created by the community, meaning other contributors make it possible for people like me to develop such projects.

Enigmatic Game

📜 Explanation:


Enigmatic Game,
this is the one of my biggest projects which I made !


The game is made with my own hand, I program the entire game in python with Pygame package.


🚀 Goal of the game:


The goal of the game is to solve enigm, there is 4 level. Each level have they own thematic and mechanic.
As you see on the screenshot, I used pokemon background to make a level of this game. (I changed it because of copyright, so right now there is a simple background :/)


🛠 Used Technologies:



A package is a part of script which is program by someone else and it's to not re write it again.
For exemple here, with pygame which is the name of the used package, we can make some game with basic colisions, Graphic User Interface (GUI), etc..

A screenshot of a game
a scrrenshot of a game

Writed Story

📜 Explanations:


Writed Story,
It's a simple game where we play it on the console (Cmd) of the computer


This game is one of my first projects what I did, so it's for that the game isn't more complex than the two before.


The Console is an window where you can write some command for your software. The Cmd is most used to managed some folder, files, Computer Settings and more...


In this exemple I use the Cmd to play at my game !


🚀 Goal of the game:


The goal of the game is to escape of a ancient temple,
and to do that you need to take some important choice that can change the future of your gameplay !

This game is the only one kind of game where you need to take choice that I made, the thing which is long with this kind of game is to make each way for each choice !


🛠 Used Technologies:


The console is a window where you can write some complexe commands (or not complexe). The Query Console/Command Prompt or Cmd for "commands" in english is specificaly used for Diretory Management , Files, The Settings of the computer, etc.

So the query console is a essential tools for every developpers,
Here in my case we're using the query console to show text and asking some Keyboard input to the user.

Bomb Wars


📜 Explanations:


the story of the game is funny because the game was created on a whim,
a day I though about why not create a game about space and,
after few minutes of reflexions I though why not make a game with a rocket which are trying to dodge bomb to take off !


🚀 Goal of the game:


the goal of the game is simple, you need with the [zqsd] keys or diractional arrows,
to dodge all the bombs that fall randomly and faster and faster on you !


🛠 Used Technologies:


So for this project I'm using Pygame which is a package as like I already explaned above to make simple game and interface.
But I also use a package called Random that can manage random spawning of bombs.

Screenshot showing a game window