Search found 64 matches

by DeltaF1
Sun Jul 19, 2015 3:13 pm
Forum: Support and Development
Topic: Getting users information
Replies: 9
Views: 2729

Re: Getting users information

When you say that you got the IP from luasocket, do you mean you got the internal IP? In order to get the user's external IP address, you would need to use some external service or website.
by DeltaF1
Fri Jul 17, 2015 6:36 pm
Forum: Support and Development
Topic: How can I make a Map Editor?
Replies: 8
Views: 2253

Re: How can I make a Map Editor?

how can I detect which "tile" the mouse is on, not the x/y but the tile, as the map editor I'm planning to make is gonna have a tilemap.. To convert from screen x/y to map x/y coordinates, you need to divide the screen coordinates by your gridSize. For example, if your grid size is 64 pix...
by DeltaF1
Thu Jul 16, 2015 10:08 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11417

Re: The Costal Life

Did you mean to name it "Costal" or is that just a typo of "Coastal"?
by DeltaF1
Thu Jul 16, 2015 8:43 pm
Forum: Games and Creations
Topic: NUMBERF/CKER (formerly Numberwang) - math game (not 2048)
Replies: 24
Views: 18109

Re: NUMBERF/CKER (formerly Numberwang) - math game (not 2048

This is very fun :D

High score of 39, beat that IndieRetro :P

Image
by DeltaF1
Thu Jul 09, 2015 10:41 pm
Forum: General
Topic: We need your games!
Replies: 8
Views: 3162

Re: We need your games!

Mine are available! Developer: StarHopper Games Jovian GasBags itch.io link Description: An asteroids clone I made for one game a month. Flip Out! itch.io link Description: A short(read very short ) puzzle platformer I made for Ludum Dare 30. I'm actually remaking it right now, since it's been nearl...
by DeltaF1
Thu Jul 02, 2015 2:56 am
Forum: Games and Creations
Topic: [Completed] Jovian Gasbags
Replies: 2
Views: 1332

Re: [Completed] Jovian Gasbags

Hmmm, I'll try and recreate that stack overflow bug. I'll also add some more sounds for hitting asteroids and getting hit. The way I spawn asteroids they shuoldn't be spawning on top of you like they were in the video, I'll look into that as well. Thanks for the feedback, and thanks for letting me k...
by DeltaF1
Wed Jul 01, 2015 7:12 pm
Forum: Games and Creations
Topic: Office Life Simulator (wip) [next release date: August 1st]
Replies: 7
Views: 3052

Re: Office Life Simulator (wip) [release date: June 15]

Any news as to when this will be released?
by DeltaF1
Wed Jul 01, 2015 7:08 pm
Forum: Games and Creations
Topic: [Completed] Jovian Gasbags
Replies: 2
Views: 1332

[Completed] Jovian Gasbags

Finally, I finished a game! I haven't been able to finish any coding projects, but I've completed 2 this month! It's an Asteroids clone I made for #1GAM (One Game A Month). Along the way I created a Lerping system (Linear interpolation), wrote my own gui code after fussing around with other librarie...
by DeltaF1
Fri Jun 26, 2015 1:25 pm
Forum: Games and Creations
Topic: Jovian Gasbags! [Updated]
Replies: 2
Views: 1881

Re: Jovian Gasbags!

Thanks for the input! I'm tweaking the stats to make it easier to play, by raising the firing rate and lowering the asteroid speed. The window closing is intentional, as I don't have a death screen prepared as of yet.
by DeltaF1
Thu Jun 25, 2015 6:49 pm
Forum: Support and Development
Topic: 'Simplistic 2D Shadow System'
Replies: 4
Views: 4066

Re: 'Simplistic 2D Shadow System'

One problem with that code is that in LOVE 'uniform' is replaced by 'extern' and 'sampler2d' is replaced by 'Image'

Here's a heplful tutorial