Skip to content

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!

Notifications You must be signed in to change notification settings

jakeard/AI-Solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages