Search found 36 matches

by Semeon
Sun Jul 31, 2016 4:51 pm
Forum: Support and Development
Topic: [Custom] Physics Objects
Replies: 4
Views: 2677

[Custom] Physics Objects

I was wondering if and how to add say a custom image to a physics object for example this code bellow taken from the love2d wiki : objects.ground.shape = love.physics.newRectangleShape(650, 50) How can someone instead of loading a "newRectangleShape" get a custom image. What I mean is some...
by Semeon
Sun Jul 31, 2016 11:57 am
Forum: Support and Development
Topic: How to make an action dependent upon love.mouse.isDown
Replies: 6
Views: 3569

Re: How to make an action dependent upon love.mouse.isDown

Hey, first things first it is better to instead of figuring out yourself you screen half resolution, let LOVE find it for you exactly on any screen the code is: love.graphics.getWidth() * 0.5 -- One Way love.graphics.getWidth() / 2 -- Second Way Both work the same. Now onto your problem I can't seem...
by Semeon
Wed Jul 27, 2016 9:38 am
Forum: Games and Creations
Topic: Random Dungeon Generation via Minimum Spanning Trees
Replies: 1
Views: 2707

Re: Random Dungeon Generation via Minimum Spanning Trees

Nice Job, bro can't wait until you release some more information about your game! :awesome: :awesome: :awesome: :awesome:
by Semeon
Tue Jul 26, 2016 10:16 pm
Forum: Games and Creations
Topic: Guenia : A Game Of Exploration
Replies: 3
Views: 1976

Re: Guenia

Hey, it's alright. 1080p gets the job done (@^▽^@)
:cool:
by Semeon
Tue Jul 26, 2016 9:19 pm
Forum: Games and Creations
Topic: Guenia : A Game Of Exploration
Replies: 3
Views: 1976

Guenia : A Game Of Exploration

Guenia, is a space exploration game . You, a spaceship explore different worlds that no one has ever been to before. Your job is to collect different artifacts and return them back to earth for further analysis. The game is single-player, maybe a co-op feature will be added in the future. Sadly the...
by Semeon
Tue Jul 26, 2016 1:46 pm
Forum: Games and Creations
Topic: Bomb Jockey
Replies: 8
Views: 7565

Re: Bomb Jockey

Really nice game. Great work. If you were to make an update for this game I would highly suggest extra levels. Of course this is up to you.
by Semeon
Sat Jul 23, 2016 1:49 pm
Forum: Games and Creations
Topic: Bounded: The Game Released
Replies: 14
Views: 7208

Re: Bounded: The Game Released

Sorry, guys for any problems you face. This game wasn't meant to be released but I thought that it would be a great idea to release it. Anyway I'm currently working on an actuall game that i plan to release haven't figured out a name for I'll make a forum thread withithe next couple of days... Agai...
by Semeon
Fri Jul 22, 2016 7:53 pm
Forum: Games and Creations
Topic: Bounded: The Game Released
Replies: 14
Views: 7208

Re: Bounded: The Game Released

Sorry for the inconvenience we are working on a keyboard support, but you should've known that you need a controller as it is mentioned several times in the game's page and when you download the game! Anyway we will let you know when we have a keyboard support should be done by tomorrow :cry:
by Semeon
Fri Jul 22, 2016 10:23 am
Forum: Games and Creations
Topic: Bounded: The Game Released
Replies: 14
Views: 7208

Re: Bounded: The Game

Hey,
Finally released the game on itch.io you can find the game on the original forum post! Thank you for supporting me, the game isn't all that great but definitely helped me learn new things about LOVE2D :awesome: :awesome:
by Semeon
Mon Jul 18, 2016 4:54 pm
Forum: Support and Development
Topic: Support and Development
Replies: 1
Views: 974

Support and Development

Hey my name is Semeon, If anyone needs a partner in programming a game I am more than glad to help you. My experience with love2d is small but within a 1 week game jam I managed to learn if not everything almost everything I had to, because I had a (1) week-off from my practice. As result I was able...