Keops
Level 6
Pixellin' and Gamedev'n
|
|
« Reply #20 on: March 28, 2014, 04:53:56 PM » |
|
ooh I like this, a lot. I love roguelikes, and I love procedural stuff, and I love skeletons! Here's a Skellycookie for you (hope you like choco chip). Following! EDIT: Oh, and what are you using to make this awesomesauce? GM?
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #21 on: March 28, 2014, 06:25:59 PM » |
|
It's game maker (sigh). It's great but the custom file loading and room grids were a pain in the ass. I'm on game maker mac (7) so its extra brutal. Wondering if I can do an html5 compile when im storing data in external files...
|
|
|
Logged
|
|
|
|
Rat Casket
|
|
« Reply #22 on: March 31, 2014, 10:55:51 AM » |
|
show me more game u
|
|
|
Logged
|
|
|
|
ghoulkid86
|
|
« Reply #23 on: March 31, 2014, 11:08:12 AM » |
|
spawning enemies ... woops This should be the game
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #24 on: March 31, 2014, 12:32:50 PM » |
|
playtest coming today!! (tomorrow ? ? ? )
|
|
|
Logged
|
|
|
|
mike_w
|
|
« Reply #25 on: March 31, 2014, 02:12:37 PM » |
|
Yesss this looks awesome! I also started a 7DRL but I didn't finish it (or at least get it to a state I considered finished enough for the jam) so I'm working on it as a thing now too! Also it involves ghosts, but I think that was just a coincidence. I did write "skeletons, maybe" in my design doc. Your level generation stuff has seriously inspired me though. I am just using random walk to generate it ( http://en.wikipedia.org/wiki/Random_walk) and it produces decent enough results but it's really unpredictable and can make some weird looking levels. I may go with some kind of combo but I am pretty psyched to put some more work into it now.
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #26 on: March 31, 2014, 02:45:19 PM » |
|
terrain / level generation is a really fascinating thing to study. balancing compute time, insurability of output and the actual 'fun' of a structure is difficult. Using perlin noise is one of my favorite lazy techniques, although not really applicable for discretely connected rooms.
|
|
|
Logged
|
|
|
|
SolarLune
|
|
« Reply #27 on: March 31, 2014, 07:17:56 PM » |
|
Hello. If you're finding GM to be trouble, you could try Enigma-dev, which is an open-source Game Maker clone that (I believe) can open GM files. Seems more cross-platform friendly, though I think their Wiki discourages general Mac use, haha. :p Also, your random level generation's interesting. When I mess around with random level generation, I use a node-and-hall method (though I don't know the "real" name for it or if it's sufficient). Basically you create an empty grid, place a few nodes on it (outside of a certain range of distance between each one), and connect each one to at least one other. By changing how many nodes each node is connected to (i.e. one-to-one other, one-to-all, one-to-a-specific-one), you can change how the output works. Making large rooms out of the node positions is also simple. Anyhoo, this game looks pretty cool. The skeleton reminds me of Earthbound in just how absurd and nonchalant it seems. I want to make an action rogue-like of my own too, so this looks pretty interesting. Keep it up!
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #28 on: March 31, 2014, 08:37:25 PM » |
|
Hello. If you're finding GM to be trouble, you could try Enigma-dev, which is an open-source Game Maker clone I was literally just saying earlier today 'if they'd open source game maker i'd learn enough c++ to fix the damn thing'. WELP! Re nodes, If I had it to do over again I'd probably do a method more like that, create a skeletal floor with a few random fingers off of the main track.
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #29 on: March 31, 2014, 11:46:44 PM » |
|
I was hoping to have a demo up by tonight but UI stuff stopped me Here's a placeholder title
|
|
|
Logged
|
|
|
|
ghoulkid86
|
|
« Reply #30 on: April 01, 2014, 01:05:36 AM » |
|
Aww, shame.. Was looking forward to trying it out. Fan art title
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #31 on: April 01, 2014, 09:11:00 AM » |
|
Fan art title *gently weeping*
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #32 on: April 02, 2014, 10:21:36 AM » |
|
Up next, autotiling logic for doing the tops of walls. I'm 99% sure I can use the same code that figures out what room style and rotation to place on these individual tiles. The logic counts the number of connected tiles (or exits for room code) and then infers the rotation of the L T or + shaped piece. SOON Using this as a greater reference although it includes fancier corner pieces than i'm going to be using.
|
|
« Last Edit: April 02, 2014, 10:27:35 AM by mickmaus »
|
Logged
|
|
|
|
alvarop
|
|
« Reply #33 on: April 02, 2014, 01:47:33 PM » |
|
can I dance too please?
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #34 on: April 02, 2014, 02:15:08 PM » |
|
|
|
|
Logged
|
|
|
|
alvarop
|
|
« Reply #35 on: April 02, 2014, 04:09:17 PM » |
|
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #36 on: April 02, 2014, 04:46:34 PM » |
|
its going to suck be really simple yeah, even though it's taken me weeks you should view it as a made in seven days kind of game.
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #37 on: April 03, 2014, 10:48:57 PM » |
|
AWEEEEYEAH - MACRO GENERATION: DONE
- AUTO TILING: DONE
- NEW WEIRD PURPLE WEAPON THING: ALMOST DONE
|
|
|
Logged
|
|
|
|
Rat Casket
|
|
« Reply #38 on: April 04, 2014, 07:14:55 AM » |
|
man that screenshot really shredded the purple thing
|
|
|
Logged
|
|
|
|
mickmaus
Level 1
walkying waylking
|
|
« Reply #39 on: April 04, 2014, 08:46:40 AM » |
|
Pixel Trophy For Worst TIG Source ScreenshotGuys I cant believe i won
|
|
|
Logged
|
|
|
|
|