Search found 8 matches
- Fri Jan 16, 2009 9:13 pm
- Forum: Support and Development
- Topic: save and load game data
- Replies: 1
- Views: 2251
save and load game data
im having trouble figuring out how to save and load game data like say saving what level someone is on as well as the number of lives they have and the items in thier posession and such, so just saving and loading specific variables or tables is what im trying to do
- Fri Jan 16, 2009 8:11 pm
- Forum: Support and Development
- Topic: Tables
- Replies: 14
- Views: 13211
Re: Tables
i had a similar problem of things flashing, i was playing and learning how to use things and i wanted to add a word to the screen where i clicked and a different word where i right clicked, it all worked fin but i had the graphics.draw() in the mouse click function meaning it drew it there but when ...
- Sun Jan 11, 2009 4:48 pm
- Forum: Games and Creations
- Topic: Mine Runner, my first Game
- Replies: 6
- Views: 10135
Re: Mine Runner, my first Game
i am not familiar with the non-qwerty keyboards, ill have to look them up and figure something out, thank you
- Sat Jan 10, 2009 6:37 am
- Forum: Games and Creations
- Topic: Militia Defense (2009-07-17)
- Replies: 58
- Views: 44577
- Thu Jan 08, 2009 10:59 pm
- Forum: Games and Creations
- Topic: Mine Runner, my first Game
- Replies: 6
- Views: 10135
Re: Mine Runner, my first Game
yes it does get harder altho after playing it myself for more than 5 lvls at a time it should probably add more than 1 bomb per lvl. currently the bomb count is bomb = level + 10 i might change it to bomb = 2 * level + 10 that would make it get harder twice as fast, also it currently doesnt have an ...
- Thu Jan 08, 2009 8:44 pm
- Forum: Games and Creations
- Topic: Mine Runner, my first Game
- Replies: 6
- Views: 10135
Mine Runner, my first Game
wanted to post this to get some opinions on it, its the first game i have made, not just LOVE game but first game ever. w,s,a,d for movement q,e,z,c for diagonals arrow keys work as well r - resets the level you are on (100 point penalty) the box on the right side of the screen shows the block that ...
- Sat Jan 03, 2009 12:52 am
- Forum: Support and Development
- Topic: Two questions...
- Replies: 8
- Views: 7638
Re: Two questions...
thats quite similar to what i finnally figured out, thank you for responding. my problem was not understanding how Lua handled arrays i didnt realize i didnt have to define the size of the array so once i knew that and how to define an array i was fine. i now have a working game and am playing it an...
- Wed Dec 31, 2008 6:48 am
- Forum: Support and Development
- Topic: Two questions...
- Replies: 8
- Views: 7638
Re: Two questions...
Alright, after some long, painful hunting I found my answer to number two on an old Lua tutorial I found. :) could you point me in the direction of this please? i want to create some random generating maps which seems easiest to me to do as an array. and im not only new to LOVE and lua scripting bu...