Welcome,
Guest
. Please
login
or
register
.
May 22, 2013, 07:40:43 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Latest Binary Zoo Release:
Echoes+ is out now on XBox Live Indie Games.
29646
Posts in
1431
Topics by
164
Members
Latest Member:
Martoon
The Binary Zoo
General
Game Development
JDog053 DevBlog
« previous
next »
Pages:
1
...
112
113
[
114
]
115
116
...
127
Author
Topic: JDog053 DevBlog (Read 179248 times)
Prime_8
Bunnymonkey
Offline
Posts: 1207
Re: JDog053 DevBlog
«
Reply #1695 on:
March 03, 2012, 02:10:01 AM »
nice . very cool
Logged
www.ejectedcore.com
fog
Binary Zoo
Zookeeper
Bunnymonkey
Offline
Posts: 12651
Re: JDog053 DevBlog
«
Reply #1696 on:
March 04, 2012, 04:49:28 PM »
I'm still liking the unusual purple TBH.
While it looks a bit confusing trying to see what is wall and what is background in those screenies, I'm sure it looks ok in motion. Does it really need parallax scrolling?
Logged
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1697 on:
March 04, 2012, 05:17:08 PM »
Quote from: fog on March 04, 2012, 04:49:28 PM
I'm still liking the unusual purple TBH.
While it looks a bit confusing trying to see what is wall and what is background in those screenies, I'm sure it looks ok in motion. Does it really need parallax scrolling?
It doesn't need parallax, i'll make it toggle so you can decide during tests
And yeah, I just need to make the rocky textures look a tad more unforgiving.
I've been fiddling with level creation at the moment, so fr there's 10 passable levels (all without enemies), I hope to do another 15 intime for the next tests whever that will be. You can now unlock levels upon completion, aswell as die after 3+ more contacts, collect health and score...
I'm going to add save data, keeping track of number of levels unlocked, and the high score for each of those levels.
Logged
Projects - Tile Engine/Editor, Platformer Game.
fog
Binary Zoo
Zookeeper
Bunnymonkey
Offline
Posts: 12651
Re: JDog053 DevBlog
«
Reply #1698 on:
March 06, 2012, 05:18:08 PM »
Cool. Looking forward to another play.
Personally I wouldn't create too many levels before testing and tweaking. I like to get the controls, movement etc. completely nailed down before designing too many levels because if you do tweak your handling or movement speed it could mean your already designed levels are no good and need redesigning.
Logged
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1699 on:
March 06, 2012, 06:20:03 PM »
Quote from: fog on March 06, 2012, 05:18:08 PM
Cool. Looking forward to another play.
Personally I wouldn't create too many levels before testing and tweaking. I like to get the controls, movement etc. completely nailed down before designing too many levels because if you do tweak your handling or movement speed it could mean your already designed levels are no good and need redesigning.
True, I should just let you play the 15 i've cooked up (without enemies still, just the hazard of the cavern walls to worry about)
Logged
Projects - Tile Engine/Editor, Platformer Game.
fog
Binary Zoo
Zookeeper
Bunnymonkey
Offline
Posts: 12651
Re: JDog053 DevBlog
«
Reply #1700 on:
March 08, 2012, 07:00:50 PM »
Quote from: JDog053 on March 06, 2012, 06:20:03 PM
Quote from: fog on March 06, 2012, 05:18:08 PM
Cool. Looking forward to another play.
Personally I wouldn't create too many levels before testing and tweaking. I like to get the controls, movement etc. completely nailed down before designing too many levels because if you do tweak your handling or movement speed it could mean your already designed levels are no good and need redesigning.
True, I should just let you play the 15 i've cooked up (without enemies still, just the hazard of the cavern walls to worry about)
Yeah, it's difficult to know how many enemies you need to put in until you know how difficult it is to manoeuvre.
Are the enemies just of the must be avoided type, or is there some way to kill them? Actually it might be cool if the different fruits game you temporary abilities. Hmm. Sorry, can't switch off the game designers thoughts
Logged
Prime_8
Bunnymonkey
Offline
Posts: 1207
Re: JDog053 DevBlog
«
Reply #1701 on:
March 09, 2012, 11:14:49 AM »
that & direction you fly at em .. ie head on could let you get some ?
veru coolio dude
Logged
www.ejectedcore.com
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1702 on:
March 11, 2012, 05:42:53 PM »
Thanks folks! just doing some shader coursework at the moment, work will resume on bat game shortly
Will try and get a screenie up at somepoint today!
Logged
Projects - Tile Engine/Editor, Platformer Game.
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1703 on:
March 27, 2012, 06:26:49 PM »
So all my Shaderzzzz coursework has been submitted
I've now been set some AI and some multi-threaded/networked/2D physics coursework... but its the easter holidays now so I have some more time to sink into bat game.
The game has progressed code wise and art wise and i'll have to get some screenshots up at somepoint today. The game also has a name, undecided which of the two to use but its between;
Big Bat or
Fat Bat
I've decided to remove the second parallaxing layer for the time being as its more additional work and although it looked good, I couldn't accurately cull the transformed grid. Also, not every tile harms the player, the caves are more open and its more about flying through an engaging level.
Logged
Projects - Tile Engine/Editor, Platformer Game.
T_M_C
Playtester
Bunnymonkey
Offline
Posts: 2659
TMC
Re: JDog053 DevBlog
«
Reply #1704 on:
March 28, 2012, 03:05:10 PM »
Why not use Parallax stars instead.
Simple and easy to implement with not much performance overhead.
You could also add some random twinkly stars as i did in my shooter.
I also had a second parallax layer along with stars.
My grid layer was simply made up of horizontal and vertical lines which stretch across the whole screen making up a square grid.
And it's simply a case of moving each line and checking whether they go off screen or not.
Vertcal lines only need to scroll horizontally and horizontal lines need to scroll verticaly.
TMC
Logged
http://www.trinosis.com
Auto Cross Racing
http://www.psytronik.net/main/index.php?option=com_content&view=article&id=91:autocross&catid=37:pc&Itemid=60
Zytron II
http://www.psytronik.net/main/index.php?option=com_content&view=article&id=98:zytron2&catid=37:pc&Itemid=60
fog
Binary Zoo
Zookeeper
Bunnymonkey
Offline
Posts: 12651
Re: JDog053 DevBlog
«
Reply #1705 on:
March 28, 2012, 07:49:49 PM »
Quote from: JDog053 on March 27, 2012, 06:26:49 PM
Big Bat or
Fat Bat
Out of those two defo Fat Bat.
Quote from: JDog053 on March 27, 2012, 06:26:49 PM
Also, not every tile harms the player, the caves are more open and its more about flying through an engaging level.
That's certainly the way I would go and then introduce more harmful tiles in the later levels.
Logged
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1706 on:
March 29, 2012, 01:22:00 PM »
Quote from: fog on March 28, 2012, 07:49:49 PM
Quote from: JDog053 on March 27, 2012, 06:26:49 PM
Big Bat or
Fat Bat
Out of those two defo Fat Bat.
Quote from: JDog053 on March 27, 2012, 06:26:49 PM
Also, not every tile harms the player, the caves are more open and its more about flying through an engaging level.
That's certainly the way I would go and then introduce more harmful tiles in the later levels.
Aye thats the plan, though not with tiles so much as enemies.
I'm having safe and spiked tiles only as it makes the most sense.
and all enemies are in two patterns;
non-spiked (enemies you can kill by flying into them)
spiked (enemies that wound you when you fly into them)
and i'm still having falling stalactites as hazards aswell
Instead of flying to a fruit basket at the end i've not come up with anything to signify a logical ending, since now the bat just eats the fruit when it collects it. I've been toying with a perch of somekind...
And at the moment i'm not touching graphics, just using placeholders so I can focus on the graphics afterwards.
Logged
Projects - Tile Engine/Editor, Platformer Game.
TheKhakinator
Playtester
Bunnymonkey
Offline
Posts: 2182
My Dreams Left Destroyed
Re: JDog053 DevBlog
«
Reply #1707 on:
March 29, 2012, 01:41:56 PM »
I would pay up to $2 for a mobile version of Fat Bat.
Logged
http://www.last.fm/music/My+Dreams+Left+Destroyed
JDog053
Playtester
Bunnymonkey
Offline
Posts: 1690
Re: JDog053 DevBlog
«
Reply #1708 on:
March 29, 2012, 02:51:51 PM »
Quote from: TheKhakinator on March 29, 2012, 01:41:56 PM
I would pay up to $2 for a mobile version of Fat Bat.
Lol, well its going to be free whenever its done anyway
Logged
Projects - Tile Engine/Editor, Platformer Game.
fog
Binary Zoo
Zookeeper
Bunnymonkey
Offline
Posts: 12651
Re: JDog053 DevBlog
«
Reply #1709 on:
March 31, 2012, 12:55:58 PM »
Quote from: TheKhakinator on March 29, 2012, 01:41:56 PM
I would pay up to $2 for a mobile version of Fat Bat.
lol. It shows how things have changed when $2 is actually a reasonable amount of money for a mobile game.
It's kinda crazy, but if it's working as a price model for games, and it certainly is for plenty of developers, then I wonder whether other forms of media would benefit from a similar pricing model change?
Logged
Pages:
1
...
112
113
[
114
]
115
116
...
127
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Feedback
-----------------------------
=> General
=> Games
=> Music
-----------------------------
General
-----------------------------
=> Game Development
=> Wildlife
Loading...