time-killer-games
|
|
Posted on: April 20, 2017, 07:03:41 am |
|
|
"Guest"
|
A video of the gameplay can be viewed here: https://www.youtube.com/watch?v=jdvEmSrWGxY"Key to Success" is free and open source. Collect all the keys to succeed in this traditional 2D platformer. An Indie Game by Time Killer Games (Samuel Venable). Original Soundtrack by HYPERLAMB. Works in: - GameMaker 7.0 for Mac
- GameMaker 8.1 for Windows
- GameMaker Studio 1.4 for Windows, Mac, and Linux
- GameMaker Studio 2.2 for Windows, Mac, and Linux
- ENIGMA for Windows, Mac, and Linux
[Download Now]Cheers. Samuel
|
|
« Last Edit: November 24, 2018, 07:57:41 am by time-killer-games »
|
Logged
|
|
|
|
hpg678
|
|
Reply #1 Posted on: April 24, 2017, 04:49:30 am |
|
|
Location: Barbados Joined: Mar 2017
Posts: 283
|
the trailer looks cool. will try it
|
|
|
Logged
|
[compromised account]
|
|
|
time-killer-games
|
|
Reply #2 Posted on: April 24, 2017, 02:38:04 pm |
|
|
"Guest"
|
Thank you hpg678! If you find the game too difficult, I do have a "skip level" cheat built in, and if you want access to it, and tell you it in a PM. Calling all Linux users: Unfortunately, the only Linux machine I own is a dual boot with Windows, and it is an Ubuntu distro installed via wubi, and there is so little memory on the Ubuntu side, that LGM crashes when I try to run or build a binary. If anyone would like to compile a Linux binary from the source code, via ENIGMA, and send me the resulting binary, that would be much appreciated!
|
|
|
Logged
|
|
|
|
egofree
|
|
Reply #3 Posted on: May 02, 2017, 04:11:11 am |
|
|
Joined: Jun 2013
Posts: 601
|
If you find the game too difficult, I do have a "skip level" cheat built in, and if you want access to it, and tell you it in a PM.
Thanks for sharing the game. It's nice and works well. I've found the following interesting code in the press_Enter event : if (keyboard_check(vk_control)) { if (room_exists(room_next(room))) { room_goto_next();
|
|
|
Logged
|
|
|
|
time-killer-games
|
|
Reply #4 Posted on: May 02, 2017, 04:17:12 am |
|
|
"Guest"
|
Thanks for the compliment. And lol, so much for keeping that confidential. XD
|
|
|
Logged
|
|
|
|
egofree
|
|
Reply #5 Posted on: May 02, 2017, 04:35:48 am |
|
|
Joined: Jun 2013
Posts: 601
|
By the way, it was really nice to share the source code. That's how we can learn how games are made. I want to do a similar project. I would like to do a remake of the c64 game 'Wanted: Monty Mole' : https://www.youtube.com/watch?v=r26norwZ_XIBut this time i will use Unity3d. There is an interesting feature in this game : everytime a new maze is created in the center of the map.
|
|
|
Logged
|
|
|
|
time-killer-games
|
|
Reply #6 Posted on: May 02, 2017, 08:17:11 pm |
|
|
"Guest"
|
By the way, it was really nice to share the source code. That's how we can learn how games are made.
I want to do a similar project. I would like to do a remake of the c64 game 'Wanted: Monty Mole' :
https://www.youtube.com/watch?v=r26norwZ_XI
But this time i will use Unity3d. There is an interesting feature in this game : everytime a new maze is created in the center of the map.
Thanks! That game looks really cool! (But also really difficult and confusing). I wish you the best of luck on the project!
|
|
|
Logged
|
|
|
|
time-killer-games
|
|
Reply #7 Posted on: May 03, 2017, 05:18:43 pm |
|
|
"Guest"
|
I was able to confirm that the ENIGMA-built Windows executable works on Linux seamlessly using Wine. Of course, I'd prefer for the game to run on Linux natively as a real Linux binary, but I'm just throwing this out there for anyone who might want to play this on Linux, using Wine, just download the ENIGMA-built version.
|
|
|
Logged
|
|
|
|
|
|
time-killer-games
|
|
Reply #10 Posted on: May 04, 2017, 06:12:26 pm |
|
|
"Guest"
|
Hey thanks guys! @faissaloo When I tried to run the application you provided, nothing happened, other than an empty text document was created with this name: "p�@@H� (invalid encoding)" @rcobra The application you sent works on Ubuntu without any issues, this is the file I will use when I upload the Linux build to itch.io. Again, thank you so much! Cheers.
|
|
|
Logged
|
|
|
|
time-killer-games
|
|
Reply #11 Posted on: May 05, 2018, 09:55:02 pm |
|
|
"Guest"
|
New version of the game released. Now has twice as many levels.
|
|
|
Logged
|
|
|
|
Goombert
|
|
Reply #12 Posted on: May 07, 2018, 03:15:03 am |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
I want to take a minute to comment on your game, since I've tried it on different occasions since you started. I've made it very clear in the past, that I am not typically a fan of platformers, it just never really was my genre. But I found your game entertaining for a specific reason. At first, I found it very difficult, so what kept me engaged was just trying to get some of the first couple of jumps right. I think the reason is because this is a little similar to what was done in the original Super Mario Brothers (how a Goomba is spawned to walk directly at you on the first level). After you do get the first couple of jumps, you can get through a level more consistently. But despite that, the challenges you've added to various levels keep the game challenging the whole way through. It's nice to see that you added a few additional levels for the completed version, it feels like a "full" game now. We may have differing opinions on the difficulty level, but I do feel the difficulty progression is consistent within each level because each level sort of has a unique combination/pattern (ironic that I feel this way and they game is called Key to Success; which I find appropriate) to get right before you can beat it. Overall, I really like the quality of the game, the playback is smooth, the art is appealing, and the audio really creates the right tone. The only feedback I have is that I think there should possibly be some sound effects for dying/level restarting (though I am really impressed with how quickly the levels restart). I am also super glad that the game plays so well in ENIGMA in comparison to GM and I feel it's a sure sign of progress on the community's part. Nice job, that's all there really is to say about this one, you got to me to genuinely enjoy a game from a genre I don't typically engage with
|
|
« Last Edit: May 07, 2018, 03:20:12 am by Goombert »
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
time-killer-games
|
|
Reply #13 Posted on: May 09, 2018, 01:24:12 pm |
|
|
"Guest"
|
Thanks Robert! I really really appreciate the announcement and review of my game. It's pretty cool that you enjoyed it even though it isn't your genre of choice. I don't know what you mean by: though I am really impressed with how quickly the levels restart All I did was room_restart(), it's not all that difficult. Do you mean how quickly enigma processed that code? It's actually slower than GM to restart or go to a new room in ENIGMA, because it takes long enough to load there is a noticeable flash of a "black screen" in between a room restart/swap. GM 8.1, Studio 1.4, and Studio 2.x don't have this problem. So the way I look at it, this is a bad thing. how a Goomba is spawned to walk directly at you on the first level None of the enemies or obstacles that can kill you are able to do so from where you are standing at the beginning of each level, so I'm not sure what you mean here either. But yes, I am very happy you took the time to play my game for as long as you have, and as many times as you have, and I'm very glad you took the time to write a review that long and featuring my game on the homepage. All that was very nice of you. Thanks again! Samuel
|
|
|
Logged
|
|
|
|
|
|