Skip to content

C++ program implements Sokoban game to solve it with AI reinforcement algorithm (Q-learning ALG).

Notifications You must be signed in to change notification settings

SarahAbuirmeileh/AI-SokobanGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban Game - C++ Program 🎮

Game introduction 🧍🏻‍♂️📦

Sokoban , is a classic Japanese puzzle game where player navigate a character through confined spaces, pushing boxes into designated storage locations. This C++ program implements essential Sokoban functions for initialization, goal-checking, and state generation. Enjoy the challenge!🚀

Here is our start state

image

Description ⚙️

This C++ program implements essential functions for the Sokoban game, allowing the initialization of the game, checking if a state is a goal state, and generating children states. The code is designed to work for any given Sokoban state.

Team Members 👩🏻‍💻👩🏻‍💻

  • Sarah Abu irmeileh
  • Asia Shalaldah

Releases

No releases published

Packages

No packages published

Languages