Version: 1.4
I created Shapes of Doom a couple of weeks ago and my friends told me that it was a good game but then I thought "What would other people think about this game?" So I decided to share it with the LÖVE community. The reason I am having doubts about this game is because this is the first game that I have ever created.
So here it is:
Bradley got superpowers a couple of years ago and he recently discovered that he could fly. So one thing led to another and before you no it an evil villain starts putting shapes in the sky. There are circles and triangles and squares, Oh my. Bradley hasn't discovered all of his powers yet so there might be a couple of more games with Bradley coming your way.
There's one thing that you need to know about the shapes. They never stop and they will get faster and faster.
Your feedback will be much appreciated
Changelog:
Version 1.4:
I've Fixed the Collision problems
Clouds in the Background
New Shape(Hexagon)
The Hexagon only spawns after a certain amount of time.
If anyone feels that the game is too easy, tell me what I could add or take away from the game to make it harder
Shapes of Doom
Shapes of Doom
- Attachments
-
- Shapes of Doom(Version 1.4).love
- Version 1.4
- (466.62 KiB) Downloaded 335 times
-
- Shapes of Doom.love
- Version 1.2
- (77.39 KiB) Downloaded 271 times
Last edited by roggie on Sun Jun 01, 2014 9:05 pm, edited 5 times in total.
My itch.io page is:
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
- player_258
- Prole
- Posts: 9
- Joined: Thu Jun 20, 2013 3:37 pm
Re: Shapes of Doom
its cool for your first game
you could improve it by making appear more than 3 shapes at once
sorry if i make any english mistake, not my native language
Re: Shapes of Doom
I was thinking of doing that but I was afraid of overcrowding the screen.player_258 wrote:you could improve it by making appear more than 3 shapes at once
Thank Youits cool for your first game
My itch.io page is:
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
-
- Prole
- Posts: 49
- Joined: Thu May 29, 2014 10:56 am
Re: Shapes of Doom
Yep, pretty cool for a first... Congrats!
Two minor comments:
1) there seems to be no way back from the controls/credits screens to the main menu.
2) if you would like to make the game prettier, you could try to add some clouds in the background. Bonus points for parallax. Just an idea if you want to keep working on it.
Two minor comments:
1) there seems to be no way back from the controls/credits screens to the main menu.
2) if you would like to make the game prettier, you could try to add some clouds in the background. Bonus points for parallax. Just an idea if you want to keep working on it.
--
My OOP implementation:
https://github.com/stefanstr/class-by-gestaltist.git
My dungeon / tiled map generator:
https://github.com/stefanstr/lua_maps_by_gestaltist
My Love2D experiments:
https://github.com/stefanstr/Small-Love2D-Projects
My OOP implementation:
https://github.com/stefanstr/class-by-gestaltist.git
My dungeon / tiled map generator:
https://github.com/stefanstr/lua_maps_by_gestaltist
My Love2D experiments:
https://github.com/stefanstr/Small-Love2D-Projects
Re: Shapes of Doom
gestaltist wrote:
"Two minor comments:
1) there seems to be no way back from the controls/credits screens to the main menu.
2) if you would like to make the game prettier, you could try to add some clouds in the background. Bonus points for parallax. Just an idea if you want to keep working on it."
I forgot to write in those menus that you press backspace to go back. In the next update I'm going to add buttons for that.
I'll definitely add clouds and I might add birds. The birds will give you some amount of points.
Thank you for your feedback
"Two minor comments:
1) there seems to be no way back from the controls/credits screens to the main menu.
2) if you would like to make the game prettier, you could try to add some clouds in the background. Bonus points for parallax. Just an idea if you want to keep working on it."
I forgot to write in those menus that you press backspace to go back. In the next update I'm going to add buttons for that.
I'll definitely add clouds and I might add birds. The birds will give you some amount of points.
Thank you for your feedback
My itch.io page is:
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
-
- Prole
- Posts: 1
- Joined: Fri Oct 25, 2013 4:20 pm
Re: Shapes of Doom
there is some weak or bug...
if you place your hero like that...
you'll never be hit...
if you place your hero like that...
you'll never be hit...
Re: Shapes of Doom
Thank you, I'll fix thatA.N.D.R.E.I.C.H wrote:there is some weak or bug...
if you place your hero like that...
you'll never be hit...
My itch.io page is:
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
Re: Shapes of Doom
Comrade why do you have all your text in images? you can use fonts instead
also you shouldn't have everything in main.lua you can make more .lua files and require them with require("fileName") or require "fileName"
also you shouldn't have everything in main.lua you can make more .lua files and require them with require("fileName") or require "fileName"
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Shapes of Doom
Really cool, my best score was 19 xD, anyway you could maybe slowly increas the speed of the objects instead of having that insane speed right from the start. It's nice thought
Re: Shapes of Doom
The text in images are just templates, I'm going to remove the text and then just add buttons.jjmafiae wrote:Comrade why do you have all your text in images? you can use fonts instead
I now but I prefer to have everything in the same file.jjmafiae wrote:also you shouldn't have everything in main.lua you can make more .lua files and require them with require("fileName") or require "fileName"
When I first started development on the game the start speed was really slow which made the game kinda boring so I then made it fast. In the next update there will be power-ups so when the player collides with them the shapes either get faster or slower or something else happensRanguna259 wrote:you could maybe slowly increas the speed of the objects instead of having that insane speed right from the start. It's nice thought
But yeah, I'll make them slower.
My itch.io page is:
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
http://roggie.itch.io/
Twitter:
https://twitter.com/RoggieGaming
Website:
http://roggiegaming.comxa.com/
Blog:
http://urnet.net78.net/RoggieGaming
Who is online
Users browsing this forum: No registered users and 0 guests