Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411196 Posts in 69314 Topics- by 58380 Members - Latest Member: feakk

March 18, 2024, 07:59:44 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsFAMAZE
Pages: [1] 2 3 ... 5
Print
Author Topic: FAMAZE  (Read 22505 times)
oryx
Level 3
***



View Profile
« on: July 25, 2010, 11:50:22 AM »



A collaborative effort from Sparky and Oryx.
Famaze is a  turn based game blending elements of mazes, puzzles, and roguelike dungeon exploration.

Someone must stop the Mad King from turning all the rutabagas in the land into monsters of the dark!





Trailer:

« Last Edit: November 23, 2012, 06:58:02 PM by oryx » Logged
oryx
Level 3
***



View Profile
« Reply #1 on: July 25, 2010, 12:00:26 PM »

Website:
www.famazegame.com

Steam Greenlight:
http://steamcommunity.com/sharedfiles/filedetails/?id=108979540
« Last Edit: November 20, 2012, 01:55:55 PM by oryx » Logged
Slash - Santiago Zapata
The White Knight
Level 4
*


Java/Javascript Game Dev


View Profile WWW
« Reply #2 on: July 25, 2010, 12:02:13 PM »

The suspense! looking great, as usual Smiley
Logged

s0
o
Level 10
*****


eurovision winner 2014


View Profile
« Reply #3 on: July 25, 2010, 12:15:31 PM »

This looks right up my alley.
Logged
Hangedman
Level 10
*****


Two milkmen go comedy


View Profile WWW
« Reply #4 on: July 25, 2010, 12:18:23 PM »

Intriguing. Love the onionmons.
Logged

AUST
ITIAMOSIWE (Play it on NG!) - Vision
There but for the grace of unfathomably complex math go I
Loren Schmidt
Level 10
*****



View Profile WWW
« Reply #5 on: July 25, 2010, 01:08:50 PM »

Hello folks, I thought I'd say a little bit about the game.

First off, all the awesome graphics are Oryx's. He's been putting a lot of effort into getting all the designs and UI to feel harmonious, and it's been a pleasure to see him in action.

Despite my usual leanings toward the visual side of things, I'm doing the programming this time around. And I'm trying not to backseat drive in the art department. I shall allow Oryx to be the judge of whether or not I am succeeding Grin.

Our roles overlap a lot in other areas. Design is very much a 50 / 50 split, and we're both noodling around with sound and overall visual esthetics. Progress has been steady. We began making this 12 days ago, and are currently approaching our first decently playable build. We shall post more soon!
Logged
Amon26
Level 4
****



View Profile WWW
« Reply #6 on: July 25, 2010, 03:10:03 PM »

very cool stuff Smiley
Logged
namre
Guest
« Reply #7 on: July 25, 2010, 03:48:14 PM »

Mazes, puzzles, and roguelike? Just the right mix for me! Sprites look awesome!
Logged
Loren Schmidt
Level 10
*****



View Profile WWW
« Reply #8 on: July 26, 2010, 10:36:42 PM »



Today I'm starting to implement character classes, and getting some of the UI for the game working. The game is very light on statistics, so we're considering clean, simple ways to give each class a unique personality.

We also did a fireball effect for one of the items. This item is a single use projectile attack, which snakes down corridors, exploring them and revealing traps.

I should probably take this opportunity to explain the light system in the game. Light is one of the core mechanics. Every tile starts in the darkness. Scattered around the map, however, are items which magically illuminate tiles. Monsters are not very happy when this happens! In fact, magic light turns monsters into harmless (and healthy) rutabagas. Light also reveals traps.
Logged
Razz
Level 6
*


subtle shitposter


View Profile WWW
« Reply #9 on: July 27, 2010, 12:28:39 AM »

looking good! Smiley
Logged

oryx
Level 3
***



View Profile
« Reply #10 on: July 27, 2010, 09:13:44 PM »

Got the new map screen in today!


Logged
jakten
Level 0
***


さわるとふらふらワタボー!


View Profile WWW
« Reply #11 on: July 28, 2010, 08:24:59 AM »

Man lemme tell you, I really can't wait to save those rutabagas!
Logged

BadgerManufactureInc
Guest
« Reply #12 on: July 29, 2010, 07:49:03 AM »

This looks like fun!
Badgers enjoy having fun especially underground Smiley
Keep up the good work, looks fantastic!
Logged
Zaknafein
Level 4
****



View Profile WWW
« Reply #13 on: July 29, 2010, 08:08:19 AM »

Much looking forward to it!
Logged

sexysexybicycle
Level 0
**



View Profile WWW
« Reply #14 on: July 29, 2010, 10:49:10 AM »

This is incredibly intriguing! Looking forward to more info!
Logged

   
PsySal
Level 8
***


Yaay!


View Profile WWW
« Reply #15 on: July 29, 2010, 10:58:14 AM »

Looks like a great concept, I'm excited to see this.
Logged
Loren Schmidt
Level 10
*****



View Profile WWW
« Reply #16 on: July 29, 2010, 11:26:11 AM »



We've got quite quite a few different mazes in the game, each with its own unique appearance and focus. Some of these are more puzzle-like than others. For instance we have one maze which has an abundance of thieves in it, and the challenge is to find a key and make it back to the exit without it being stolen along the way.

Today, what I'm doing is giving some thought to how to link all these levels together. We've begun experimenting with a forking level structure, which will allow us to pick which levels we play on our path through the game. We're also thinking about small tangential secret areas (shortcuts or warp zones come to mind as well). The goal is to make the game a bit mysterious, and create a fair amount of interesting optional content to explore.
Logged
PsySal
Level 8
***


Yaay!


View Profile WWW
« Reply #17 on: July 29, 2010, 11:30:47 AM »

Are the levels automatically generated ala nethack, or are they being custom made?
Logged
oryx
Level 3
***



View Profile
« Reply #18 on: July 29, 2010, 02:30:16 PM »

Are the levels automatically generated ala nethack, or are they being custom made?

They are procedurally generated like a roguelike, with parameters that allow us to customize the play experience - types of enemies, number of traps, etc. These are broken into distinct themes as well that allow us to customize the visuals and gameplay experience to match.
Logged
Razz
Level 6
*


subtle shitposter


View Profile WWW
« Reply #19 on: July 30, 2010, 12:57:07 AM »

Procedurally generated?? I'm sold.
Logged

Pages: [1] 2 3 ... 5
Print
Jump to:  

Theme orange-lt created by panic