Skip to content
#

42rush

Here are 22 public repositories matching this topic...

Connect4 is an interactive and lightweight board-game application developed during a 42 rush challenge. It recreates the classic Connect Four experience with a responsive graphical interface powered by the Clay GUI library. The player competes against an AI opponent driven by a minimax algorithm with deep search level, enabling inc

  • Updated Nov 9, 2025
  • C++

Hotrace is a fast and lightweight search engine developed during a 42 rush challenge. It reads a set of key-value pairs, builds an efficient in-memory hash table, and performs fast lookups for given keys. Designed for speed and minimal resource usage, it showcases manual implementation of a custom search engine using low-level C programming.

  • Updated Oct 25, 2025
  • C

Improve this page

Add a description, image, and links to the 42rush topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 42rush topic, visit your repo's landing page and select "manage topics."

Learn more