Hacker News new | past | comments | ask | show | jobs | submit login
Angelina is a computer AI that builds games all by itself (theverge.com)
52 points by shawndumas on March 8, 2012 | hide | past | favorite | 8 comments



This is cool, I've been thinking of how this could be applied to turn based games, for example RPG combat. I have read about commercial "balancing" tools but never about a wholly computer generated system.


There was a great AIGameDev.org article recently about evolution being used to balance a tower defence game.



That's the one. Awesome article, awesome ideas.


Usually the most intriguing part of any genetic-algorithm type optimization is the fitness function. In your case, what makes a good or fun game?

From the first paper it looks like you tried to achieve steady forward progress (in terms of power ups and "reachability"). Did you consider any alternative fitness functions?


Fitness is easily the trickiest part of both projects so far. We're using co-operative co-evolution so elements of the game design are evaluated separately as well as together. For the Metroidvania, the key bit of the FF is "the play should have to collect all the powerups, in a mostly total order, to reach the exit". What this does is create segmented levels that have 'stages' which you access through powerup collection.

For the arcade games it was a lot more general. We did a lot of very rough heuristics like "maps shouldn't be too cluttered", "you should have to explore most of the screen to win" and things like that. I want to go back to arcade games becuase it's a much harder problem to design games without genre staples.


Woah, that's amazing.

I want to play with this now.


Hey, I'm the guy behind ANGELINA - glad you like the project! The New Scientist game is available to play on that link, near the bottom of the article. You can also check out older games (less impressive than the one we made for NS!) over on the project site: www.gamesbyangelina.org/games

Thanks for taking an interest, HN!




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: