-
L2_MIDO_C_Programming Public
This repo holds my Programmation C tutorials from L2 MIDO at Paris-Dauphine. Divided into theoretical (travaux dirigés) and practical (travaux pratiques) folders, it covers key C topics: types, con…
C UpdatedDec 11, 2024 -
This repo contains Python tutorials from the Algorithmique et Programmation 3 course, part of my L2 MIDO studies at Paris-Dauphine University. Topics include logarithmic functions, complexity, the …
Python UpdatedOct 17, 2024 -
DungeonCrawler-C Public
This project is a text-based Rogue-Like Dungeon Crawler game developed in C. It serves as a comprehensive exercise in C programming, covering topics like control structures, pointers, dynamic memor…
-
BrainfuckToASCII Public
This project provides a basic Brainfuck to ASCII and Integer conversion algorithm.
Python MIT License UpdatedAug 8, 2024 -
SnakeGame Public template
This is a very basic Snake game implemented in C, created as a learning project to solidify my understanding of the C programming language. The project covers essential programming concepts and dem…
C MIT License UpdatedAug 8, 2024 -
ConwayGameOfLife Public
Conway's Game of Life is a classic cellular automaton simulation, implemented for NumWorks calculators (N 100 and N 110) using Python and the Kandinsky package. This project was created to enhance …
Python MIT License UpdatedAug 8, 2024 -
TextToBrainfuckTranslator Public
TextToBrainfuckTranslator is a Python-based translator that converts arbitrary text input into optimized Brainfuck code. This project was created to validate my understanding of ASCII encoding and …
-
ToDoApp Public
ToDoApp is a task management application developed as a personal project to consolidate my Java programming skills. This project was designed to validate and apply the competencies I acquired throu…
Java Eclipse Public License 2.0 UpdatedAug 8, 2024 -
-