An open API service indexing awesome lists of open source software.

https://github.com/simleek/mais-cradle

Changing an old video game attempt into a new video game like thing.
https://github.com/simleek/mais-cradle

Last synced: about 1 year ago
JSON representation

Changing an old video game attempt into a new video game like thing.

Awesome Lists containing this project

README

          

#Mai's Cradle

A repurposed old project of mine. I'm now planning on using it to host some of my ai projects.

#Back in development!

I am now using SWIG to create a c++ dll for the bullet physics engine. That should take care of my physics problems.

#Running

You'll need to download [Love2d](https://love2d.org/)

Then, right now the game should just work when you run love. If it doesn't, please send me a message.

#Libraries Used:

* [Simple Tiled Implementation](https://github.com/karai17/Simple-Tiled-Implementation)
* [AnAL](https://love2d.org/wiki/AnAL)
* [PointWithinShape](https://love2d.org/wiki/PointWithinShape)
* [LoveFrames](http://nikolairesokav.com/projects/loveframes)

#Media Used:

* [Urimas' MLPonline Sprite Sheets](http://urimas.deviantart.com/art/MLPonline-Sprite-Sheets-341840400)
* [PlanetCute tileset](http://www.lostgarden.com/2007/05/dancs-miraculously-flexible-game.html)
* [Reddit MLP Emotes](http://www.reddit.com/r/mylittlepony)

#Licenses

All software that does not specify its own license and is not listed as a seperate library will, by default, be placed under the [MIT License](http://opensource.org/licenses/MIT). Anything that is not software, is not given credit under the "Media Used" section, and does not include its own license, will, by default, be placed under the [Creative Commons Attribution License](http://creativecommons.org/licenses/by/4.0/legalcode)

Pinkie Pie sprites are currently being used for testing. (You wouldn't *believe* how hard it is to find 8-directional isometric sprites with jumping animations! I couldn't even find commercial alternatives.) They should not be included in any release.