Welcome to the CSI Challenge repository! This project contains the codebase used for the CSI-Challenge hosted by the Club Scientifique d'Informatique at the Department of Computer Science, University Mouloud Mammeri of Tizi-Ouzou.
In this challenge, participants are tasked with developing an intelligent agent capable of navigating a maze to collect positive points scattered across certain cells while avoiding cells with negative points that reduce the agent's score. The primary objective is to navigate the maze efficiently and finish the course with the highest score possible.
README.md
: You are here!LICENSE
: The license used by this project.Main.py
: This file contains the main function of the game, acting as the entry point of the application. You can modify this file for your tests, but only the organizers will have the possibility to modify this file during the different rounds of the challenge.Challenge.py
: At the core of the game, this file manages all aspects of the challenge logic. You should not concern yourself with or modify this file!- The folders
sounds
andicons
: Contain the sounds and icons used by the challenge. You should not modify anything. You do not need to modify these files. - The files
PlayerExemple1.py
andPlayerExemple2.py
: You will need to provide a file similar to one of these two files.
This project is licensed under the APACHE License - see the LICENSE file for details.
Copyright 2024 Sadi Samy <samy.sadi at ummto.dz>