Search found 12 matches

by CloudyYard
Fri Nov 06, 2015 8:45 pm
Forum: Support and Development
Topic: online changelog? --help please
Replies: 4
Views: 2840

Re: online changelog? --help please

Thanks!!,
thanks too much, now is working,

soon i will publish my game!!.
by CloudyYard
Fri Nov 06, 2015 12:33 am
Forum: Support and Development
Topic: online changelog? --help please
Replies: 4
Views: 2840

Re: online changelog? --help please

Thanks, but how to print what have in the File:http://www.cs.princeton.edu/~diego/prof ... /http.html?

i need to make a changelog to my game, to make the Updates and News...
by CloudyYard
Fri Nov 06, 2015 12:09 am
Forum: Games and Creations
Topic: [WIP] Protect Me
Replies: 13
Views: 12573

Re: [WIP] Protect Me

Cool!
by CloudyYard
Thu Nov 05, 2015 10:38 pm
Forum: Support and Development
Topic: online changelog? --help please
Replies: 4
Views: 2840

online changelog? --help please

Hello everyone!,
i need to put a ChangeLog in My game but is possible make the changelog online?
for example:
in the site: http://www.example.com/changelog.txt

and shows the changelog.txt content in the Love2D window!


thanks.
by CloudyYard
Fri Aug 28, 2015 2:18 pm
Forum: Support and Development
Topic: How to make a Tile?
Replies: 5
Views: 3557

Re: How to make a Tile?

Ok, sorry.

It is that I am a Newbie in programming and I am thrilled to create my game!

Thanks for all.
by CloudyYard
Fri Aug 28, 2015 5:00 am
Forum: Support and Development
Topic: How to make a Tile?
Replies: 5
Views: 3557

Re: How to make a Tile?

I do not know how to translate this:

$ blocks = {
     : stone: [2 0]
     : air: [0, 0]
     : dirt: [1, 0]
}

does someone help me ?.
by CloudyYard
Wed Aug 26, 2015 9:16 pm
Forum: Support and Development
Topic: ERROR: attempt to index a nil value
Replies: 2
Views: 2229

Re: ERROR: attempt to index a nil value

Thank you! now it is working perfectly!
by CloudyYard
Wed Aug 26, 2015 8:56 pm
Forum: Support and Development
Topic: How to make a Tile?
Replies: 5
Views: 3557

How to make a Tile?

Hello everyone!, i need help how to make a tile in Love2D!! i made the game in Quby with play my code but i do not how to make in Love2D! code in quby: $tile = new Image("tile.png") $size = 20 $w = 31 $h = 20 $blocks = { :stone : [2, 0], :air : [0, 0], :dirt : [1, 0] } class Block def new(...
by CloudyYard
Wed Aug 26, 2015 7:33 pm
Forum: Support and Development
Topic: ERROR: attempt to index a nil value
Replies: 2
Views: 2229

ERROR: attempt to index a nil value

Hello everyone!, i have a problem... i created a game minecraft-like but when I click on the edge of the world it's an error: attempt to index a nil value code: function love.load() map = {} inv = {} size = 16 maxStack = 64 selected = 0 invLen = 8 ver = "1.0" id = "" mx = 0 my = ...
by CloudyYard
Sat Jul 04, 2015 8:14 pm
Forum: General
Topic: How i put Collision in my Game?
Replies: 7
Views: 3708

Re: How i put Collision in my Game?

I am a beginner in Love2D, and I am a Brazilian ....
I'm using google translate and not get it right.