Search found 267 matches

by xNick1
Thu Dec 15, 2016 9:50 pm
Forum: Support and Development
Topic: Text which appears gradually
Replies: 14
Views: 5393

Re: Text which appears gradually

My idea doesn't seem to work:

Code: Select all

string = "This lame example is twice as big."

for i = 1, #string do
        local c = string:sub(i, i)
        love.graphics.print(c, i * i, 90)      
        -- pause for half a sec  
end

by xNick1
Thu Dec 15, 2016 8:46 pm
Forum: Support and Development
Topic: Text which appears gradually
Replies: 14
Views: 5393

Text which appears gradually

I can't figure out how to make a text which appears gradually.
Do you have any idea about how to that? o.O
by xNick1
Thu Dec 15, 2016 8:14 pm
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

Reorganized the code a little, new feature in the game.
xNick Panda.love
(130.86 KiB) Downloaded 148 times
by xNick1
Wed Dec 14, 2016 10:01 am
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

Updated version:
xNick Panda.love
(128.97 KiB) Downloaded 138 times
You can now choose the enemy from the menu
by xNick1
Tue Dec 13, 2016 9:01 pm
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

Little update.
Fixed a bug and the game is now organized better :D
Feel free to give me suggestions about how to organize the code better

xNick Panda.love
(128.62 KiB) Downloaded 132 times
by xNick1
Tue Dec 13, 2016 1:43 pm
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

Updated with the spawning of a random enemy instead of the same one everytime.
I'm trying to figure out how to make you choose it from the menu :/

Here's the updated game:
xNick Panda.love
(128.01 KiB) Downloaded 128 times
by xNick1
Tue Dec 13, 2016 1:27 pm
Forum: Games and Creations
Topic: Forest Rivalry [LD37]
Replies: 3
Views: 2929

Re: Forest Rivalry [LD37]

Nice game. It's fun in local multiplayer!
I just don't like waiting 3 seconds every round.
It's really too much in my opinion.
Otherwise the gameplay is solid and I like it!
by xNick1
Tue Dec 13, 2016 1:24 pm
Forum: Games and Creations
Topic: Super Samurai Guy
Replies: 11
Views: 18263

Re: Super Samurai Guy

Nice game really :D Congrats
by xNick1
Mon Dec 12, 2016 6:59 pm
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

I used an object oriented library called "classic". Is it any good? Do you notice any flaws in the code? Do you recommend the object oriented approach? Why? Loads of questions here. I haven't used classic myself, but from what I can tell its a fairly simple OO library. I use 30log but fra...
by xNick1
Mon Dec 12, 2016 3:57 pm
Forum: Games and Creations
Topic: Little shooting game
Replies: 7
Views: 3705

Re: Little shooting game

new version:
xNick Panda.love
(65.28 KiB) Downloaded 168 times
now there's a high score visible in the main menu

sorry for deleting the post and then posting again, there was a bug in my code