/AI-Solve

This is a program that will solve some mario like levels. I made a game in the Python Arcade library, and a few AI at a time work to complete the game, with the AI making it the farthest being the base for the next generation of AI until the end is reached. Give it a try!

Primary LanguagePython

AI Solver

This is my AI Level Solver software. I decided to make this program to work with updating, reusing, and keeping track of data while having software solve something.

This program creates a very simple mario kind of level that the players will try to solve (5 players at a time). After all players die, the player that made it the furthest will become the base for the next generation of 5 players. This repeats until they reach the end and the level is complete.

Software Demo Video

Development Environment

Some tools that I used to make this game are:

  • Python
  • VSCode
  • Python Arcade Library

Useful Websites

Future Work

  • Create character animation and moving enemies
  • Make levels more difficult and add more levels
  • Use multiprocessing to make the program faster