Search found 76 matches

by NickRock
Sun Dec 06, 2015 9:19 am
Forum: Support and Development
Topic: [Solved] Re-load a gamestate in HUMP
Replies: 3
Views: 1817

[Solved] Re-load a gamestate in HUMP


EDIT:

The problem is solved thanks everyone! :D


I'm making an arcade game where when you lose you press a key to go back to the menu, when you go back to the "game" state it doesn't re-load it again but continues from where its left of

How can I fix that?
by NickRock
Mon Nov 23, 2015 6:57 pm
Forum: Support and Development
Topic: Display issuses with Love2D games
Replies: 1
Views: 763

Display issuses with Love2D games

I made a project for my chemistry teacher in Love2D. It runs pretty great in my computer but when I ran it on my teacher's PC I had a problem.. The only thing that was drawn in the game was just some big transparent tiles (white and gray) when it was supposed to show the menu screen. So I thought th...
by NickRock
Tue Nov 03, 2015 9:05 pm
Forum: General
Topic: Colors Collison
Replies: 5
Views: 2461

Colors Collison

Is it possible to detect if an object collides with an other that has a specific color (or outline color) without using any other collision detection techniques? (e.g. AABB)
by NickRock
Sun Sep 27, 2015 8:43 pm
Forum: General
Topic: Math is fun! [THERE'S WORDS TOO]
Replies: 12
Views: 6221

Re: Math is fun! [THERE'S WORDS TOO]

Geometry is pretty fun!
Karai17 wrote:Don't forget about Khan Academy! You can learn lots of good stuff there for free, at your own pace.
And yeah, khan academy is a gem, so glad I found this site! :D
by NickRock
Fri Sep 25, 2015 3:13 pm
Forum: Support and Development
Topic: How to make animation?
Replies: 10
Views: 5180

Re: How to make animation?

Hey man, the code is really messed up. I had to spend 30 minutes to understand what's going on..
Maybe you can try using AnAL (Animation And Love) Get it here: https://love2d.org/wiki/AnAL

It says that it's outdated but it's really easy for beginners in my opinion.
by NickRock
Fri Sep 25, 2015 3:05 pm
Forum: Games and Creations
Topic: [iOS / Android] GROWL
Replies: 11
Views: 5530

Re: [iOS / Android] GROWL

The game is amazing pal! I bet you'll get a couple million downloads :awesome:
by NickRock
Sat Aug 29, 2015 3:30 pm
Forum: Support and Development
Topic: I Create a LOVE IDE With autocomplete
Replies: 33
Views: 14295

Re: I Create a LOVE IDE With autocomplete

Check out http://www.mono-project.com which is an open source cross platform implementation of .NET :awesome:
by NickRock
Sat Aug 29, 2015 12:02 pm
Forum: Support and Development
Topic: I Create a LOVE IDE With autocomplete
Replies: 33
Views: 14295

Re: I Create a LOVE IDE With autocomplete

Looks really good! linux and mac os versions would be awesome too
by NickRock
Wed Aug 26, 2015 11:44 am
Forum: Support and Development
Topic: Just an idea I had
Replies: 2
Views: 1360

Re: Just an idea I had

Pretty cool idea! An other way you could do the same this is to draw a rectangle from top to bottom and change the game state when it reaches the height of your screen, like this function love.load() img = love.graphics.newImage('screen.png') w = love.graphics.getWidth() h = 0 go = true end function...
by NickRock
Mon Aug 24, 2015 8:56 am
Forum: General
Topic: Programs for making Android apps?
Replies: 12
Views: 5468

Re: Programs for making Android apps?

You can try Yae -> https://yae.io which is a cross platform moonscript engine and I think it compiles to android too.