Search found 4 matches
- Thu Apr 03, 2014 11:29 pm
- Forum: Games and Creations
- Topic: Luminosity 1.2 - WE GOT GREENLITGREENLIT, SEE YOU ON STEAM!!
- Replies: 36
- Views: 34963
Re: Luminosity - Now on Greenlight and Itch.io!
I've played this while the game was in Beta and I love it. It's so easy to play but requires thought and skill as well. Voted on greenlight and I encourage everyone to do the same
- Thu Apr 03, 2014 11:26 pm
- Forum: Libraries and Tools
- Topic: Löve "Light vs. Shadow" Engine [0.4.3]
- Replies: 117
- Views: 130927
Re: Löve "Light vs. Shadow" Engine [0.4.2]
This is absolutely fantastic!
After a few hours of modifying code, I got it to work with a tower defense game I'm making. I have next to no experience with LÖVE but it was super easy to implement!
After a few hours of modifying code, I got it to work with a tower defense game I'm making. I have next to no experience with LÖVE but it was super easy to implement!
- Thu Jan 16, 2014 4:17 am
- Forum: Games and Creations
- Topic: Basic platformer WIP - Demo
- Replies: 3
- Views: 3603
Re: Basic platformer WIP - Demo
Very nice looking game so far! And welcome to the community! :) I have some comments on the code: ... Other than that, the code is very well written, so far as I can tell! :D The game is also rather playable, considering it is the first! Hey, thank you very much! Would moving the if MapTile[y][x] =...
- Thu Jan 16, 2014 2:15 am
- Forum: Games and Creations
- Topic: Basic platformer WIP - Demo
- Replies: 3
- Views: 3603
Basic platformer WIP - Demo
Heya, After experimenting with LÖVE for a while, using Lua knowledge I learned via Roblox, I am now creating a basic platformer. I'm considering following Game Architecture & Design in college next year and so far, I'm liking it. I tried using ATL and a collision system I found somewhere to buil...