Search found 53 matches

by alesan99
Wed Jul 26, 2017 1:36 am
Forum: Games and Creations
Topic: BRiTEBOT - 3D Puzzle game
Replies: 7
Views: 12306

Re: BRiTEBOT - 3D Puzzle game

Is it meant to be possible to get all 3 wrenches on all of the levels without resetting? On some of them it seemed impossible to get all three in one play, and I had to rest to go back for one. If it' supposed to be possible to get all three in one go for every level, I might take a crack at doing ...
by alesan99
Fri Jul 21, 2017 3:29 pm
Forum: Games and Creations
Topic: BRiTEBOT - 3D Puzzle game
Replies: 7
Views: 12306

Re: BRiTEBOT - 3D Puzzle game

I'm on the sixth level now. Haven't worked out how to get that wrench. Sliding the sections around is great though on that sixth level. Can't wait till figure it it out. ... Since the game has a relaxed vibe, have you considered making the jumping a bit more forgiving? Thanks for trying it out. I'l...
by alesan99
Thu Jul 20, 2017 9:59 pm
Forum: Games and Creations
Topic: BRiTEBOT - 3D Puzzle game
Replies: 7
Views: 12306

BRiTEBOT - 3D Puzzle game

https://love2d.org/imgmirrur/7UgGQoR.png ABOUT I've been working on this game for a really long time and I'm excited to release it! This is a 3D puzzle game about collecting wrenches. Each level has a unique gimmick that you must use to help you (for example, pushing blocks, springs, teleporters, e...
by alesan99
Tue Dec 22, 2015 1:29 am
Forum: Games and Creations
Topic: Snowman Stack
Replies: 6
Views: 7161

Re: Snowman Stack

Love the graphics it has a very polished look, reminds me of Dr. Mario. It's pretty fun too! A lot of the graphics were inspired by dr.mario This is actually a really inventive idea for a puzzle game! Are you planning on expanding on it anymore? I was limited on time so there is a chance I will add...
by alesan99
Mon Dec 21, 2015 11:51 pm
Forum: Games and Creations
Topic: Snowman Stack
Replies: 6
Views: 7161

Re: Snowman Stack

SiENcE wrote:Very nice pixelart!
Thanks!
It's my first time making a lot of sprites for a game.
by alesan99
Mon Dec 21, 2015 8:02 pm
Forum: Games and Creations
Topic: Snowman Stack
Replies: 6
Views: 7161

Snowman Stack

https://love2d.org/imgmirrur/2Zaa2p1.png ABOUT I haven't posted in a while but here is my new game, Snowman Stack! This is a puzzle game where you have to switch pieces in order to make a snowman (hat on top, head, then body) It has 5 game modes: Stages Forever Panic Battle CO-OP SCREENSHOTS https:...
by alesan99
Sun Sep 06, 2015 11:47 pm
Forum: Libraries and Tools
Topic: Pixel Map Editor
Replies: 4
Views: 4874

Re: Pixel Map Editor

Hi it's me the creator of the old one

I like what you've added :awesome: .
Not sure if this was intentional but I can't work with tiles because it keeps on switching back to pixels after I press the M button though.
by alesan99
Sat Aug 08, 2015 8:27 pm
Forum: Support and Development
Topic: Drawing something at my mouse cursor makes it lag behind
Replies: 4
Views: 1674

Re: Drawing something at my mouse cursor makes it lag behind

The mouse moves after everything is drawn so it's always a frame behind and i don't think there's a solution to this.

However, if you want to change the cursor you can use love.mouse.setCursor which doesn't lag behind.
https://www.love2d.org/wiki/love.mouse.setCursor
by alesan99
Sun Jun 22, 2014 6:06 pm
Forum: General
Topic: Code Doodles!
Replies: 197
Views: 311017

Re: Code Doodles!

I wanted the sky in my game to look less bland. Instead of using an image I made a gradient function. function love.graphics.gradient(d, x, y, w, h, s, c1, c2) --By Alesan99 local color local colors = {} for i = 1, s do color = {} for i2 = 1, 4 do if (c1[i2] or 255) == (c2[i2] or 255) then color[i2]...
by alesan99
Sun Jun 08, 2014 4:27 pm
Forum: Games and Creations
Topic: Flappy Bird DELUXE
Replies: 7
Views: 8319

Re: Flappy Bird DELUXE

Very nice graphics, and super annoying gameplay -- but it's not your fault. Flappy bird is not for me, I barely can score a couple of points. Maybe I should make my own flappy birds clone that I actually can play. :) You could change the difficulty to easy. It doesn't really make the bird easier to...