Search found 131 matches

by steVeRoll
Tue May 02, 2017 8:08 am
Forum: Games and Creations
Topic: [LD38] A World In Her Eye
Replies: 3
Views: 3440

Re: [LD38] A World In Her Eye

Amazing game! The atmosphere is amazing too (no pun intended)! I enjoyed the concept a lot, this could be an actual game with resources and stuff and different planets every time!
by steVeRoll
Mon May 01, 2017 11:34 am
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 262490

Re: Code Doodles!

Infinite screen! math.randomseed(os.time()) length = 60 time = 0 speed = 1 minDiv = 3 maxDiv = 1.1 div = maxDiv+math.random()*(minDiv-maxDiv) nextRect = {x=0,y=0,w=0,h=0} nextRect.w = love.graphics.getWidth()/div nextRect.h = love.graphics.getHeight()/div nextRect.x = math.random(0,love.graphics.get...
by steVeRoll
Thu Apr 27, 2017 11:41 am
Forum: General
Topic: Metroidvania platformer advice
Replies: 3
Views: 4095

Re: Metroidvania platformer advice

Thank you for your replies! :)
by steVeRoll
Wed Apr 26, 2017 9:51 am
Forum: General
Topic: Metroidvania platformer advice
Replies: 3
Views: 4095

Metroidvania platformer advice

I recently played Robot Wants Kitty (I recommend you to play it too :) ) , a "metroidvania" platformer, which means that the game consists of one huge level, where you can get powerups like double-jump, or shooting lasers, to be able to get to other parts of the level. This inspired me a l...
by steVeRoll
Sat Mar 04, 2017 9:48 am
Forum: Games and Creations
Topic: Pursuit
Replies: 6
Views: 4281

Re: Pursuit

Great work! Back in my "flash days", I made something very similar to this - I discarded it later because I was lazy.
You should make the radius of the green circle decrease over time - this spices up the difficulty.
by steVeRoll
Sun Feb 19, 2017 8:04 pm
Forum: General
Topic: Draw isometric cube
Replies: 1
Views: 1674

Draw isometric cube

Hi everyone! After playing Ortho Robot (which, by the way, was made with löve :3 ) I wanted to start drawing isometric cubes with variable rotation, but I have no knowledge that can help. Do you have any resources that are related, or a function that can convert variable cube rotation to 2d points o...
by steVeRoll
Sun Feb 19, 2017 12:39 pm
Forum: Games and Creations
Topic: github: Jump-and-run demo game
Replies: 5
Views: 4054

Re: github: Jump-and-run demo game

Good work, but you should really revise the controls. The player should be less bouncy, and not being able to move in mid-air makes the game harder too. I am still not able to get to the platform above the cloud!
by steVeRoll
Sat Feb 18, 2017 12:56 pm
Forum: Games and Creations
Topic: Inventory system
Replies: 16
Views: 10593

Re: Inventory system

Not bad! Though to be honest, when you said "uses modules currently", at first, i was worried you might've been using the lua module stuff, which has been deprecated since forever; glad it's not the case. :3 One thing though, in many other threads one specific line of code surfaced: local...
by steVeRoll
Tue Feb 14, 2017 5:45 pm
Forum: Support and Development
Topic: Forum Problems
Replies: 46
Views: 20289

Re: Forum Problems

Huh... Thanks, that actually worked
by steVeRoll
Tue Feb 14, 2017 5:03 pm
Forum: Support and Development
Topic: Forum Problems
Replies: 46
Views: 20289

Re: Forum Problems

Screenshot_2.png
Screenshot_2.png (173.43 KiB) Viewed 2979 times
WHAAAAT THE ACTUAL HEEEEEELLLLLLLLL

Every forum/topic icon is repeated and every dropdown menu is open - if I try to close one, and then click somewhere else, it opens back up!!! WHAT IS GOING ON??? I was barely able to type this message!