Super Mario Bros played by an Artificial Intelligence
Watch this amazing video, this is a modified version of Super Mario Bros where the casual player is replaced by artificial intelligence:
The developer is participating in the contest IA Mario Competition, which as its name suggests is a competition where participants try to create the best algorithm for controlling mario exceed levels at which increases the difficulty. The original game is developed in Java and is called Infinite Mario Bros! (On the page you can find a demo and source code).
In the video we can see that the program uses the A * search algorithm, which are scanned in real time all the possible ways you can make Mario and choosing whichever is more convenient.
Sphere: Related Content
The developer is participating in the contest IA Mario Competition, which as its name suggests is a competition where participants try to create the best algorithm for controlling mario exceed levels at which increases the difficulty. The original game is developed in Java and is called Infinite Mario Bros! (On the page you can find a demo and source code).
In the video we can see that the program uses the A * search algorithm, which are scanned in real time all the possible ways you can make Mario and choosing whichever is more convenient.

1 Response to "Super Mario Bros played by an Artificial Intelligence"
Post a Comment