27network
Organization to store my 42School project repos.
This C++ project will make you recode a Snake where you can switch the interface at runtime. Mirror of https://github.com/C18H24O2/nibbler
Updated 2026-03-25 19:39:23 +01:00
Your ant colony must move from on point to another. How do you do it in the shortest time possible? This project will get you acquainted with graph traversal algorithms: your program will have to intelligently select paths and precise movements used by the ants. | Mirror of https://codeberg.org/yroussea/42-lem_in
Updated 2026-03-25 16:19:43 +01:00
This project is about recoding a part of the nmap port scanner.
Updated 2026-03-25 00:37:17 +01:00
This project involves creating, in the language of your choice, an expert system in proposal calculation. In other words, a program that can reason on a set of rules and initial facts to deduce other facts.
Updated 2026-03-24 13:09:40 +01:00
This project involves creating, in the language of your choice, a Gomoku game integrating an AI player capable of beating a human player the fastest way possible. To do this, you will implement a min-max algorithm but also do research, trial and error to find the most adapted heuristics. This will not be as easy as checkers.
Updated 2026-03-24 13:08:55 +01:00
Kernel From Scratch.
Updated 2026-03-18 17:23:45 +01:00
Make your own userspace init binary. | Mirror of https://github.com/bonsthie/system-xd
Updated 2026-03-17 03:31:05 +01:00
Introduction to windows operating system by creating a service that run a keylogger.
Updated 2026-02-16 01:10:32 +01:00