RSS
 

New leaf!

04 Jun

Well, as you might have noticed, I haven’t blogged a lot lately… And because of that I’ve decided to turn a new leaf… I’ll be focusing on the Spellcaster Studios blog from now on, and I’ll only write here that I’ve updated it… I don’t have the time (nor the focus) for two blogs really…

Occasionally I’ll probably post something here anyway, but I’ll cross-link it from Spellcaster Studios

For a more in-depth explanation on what this all means, head on to the Spellcaster Studios blog! It’s free!

 
1 Comment

Posted in General

 

Pressure – The Game (and the competition)

28 Apr

And… done!

Tomorrow I’ll probably write a post-mortem, I’m dead tired… Smile

A total of 29 hours yielded “Pressure”, a game where you control a ship that’s a nightmare to control! Smile

good_screen12

If you took part on the LD 48, you can vote here: http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=326

Game can be downloaded from: http://www.shadowcovenant.com/ld/Pressure.zip, and the source code can be downloaded from http://www.shadowcovenant.com/ld/Pressure_Source.zip.

This is a nice entry… don’t think it’s as good/fun as “Particles”, but it’s probably the best looking entry I’ve done (if not the more polished)…

Have fun all, good luck to those that are still working on their games, and for the Jammers!

Covenant, out!

 
 

Update #6 – The progressening

27 Apr

I’m blogging very little on this compo, but that’s mainly because I made an aggressive schedule and I’m trying to keep it… Don’t want to go to bed too late, I have to work in the morning!

Anyway, most of the game is done, it’s missing load/save mechanisms (which are pretty easy in this game), tutorials, balancing, polish, another enemy type, music and sound FX… Music will be a pain this time around, since I don’t have access to the wonderful equipment I had in the last couple of compos…

Some screenshots of the latest progress…

Failure is an option:

screen09

Level up, and upgrades:

screen11

Still considering if I give the game an ending… Don’t know exactly what would that be in this context… And I probably should add some description text as an introduction to what we’re doing, besides the tutorials…

Anyway, catch you in a few hours!

 
 

Back to work!

27 Apr

Just woke up, time to get back to work!

Game still progresses nicely, although I’m starting to move to the “boring” development: UI, game flow control, menus and such…

screen08

Gameplay UI is done, now it’s time for the main menu systems (“New Game”, “Continue”, “Exit”, that sort of thing…).

Thinking of having a more “robust” save game system, instead of a checkpoint based one, but that’s more trouble making the UI, really… and I don’t like UI work in the slightest…

 
 

Update #4–The shootening

26 Apr

It’s not a game if there’s no shooting in it! Smile

I’m calling it a night, been working for about 15 hours, and progress has been very good… I’m 30 minutes ahead of schedule, which is very good!

The ship now mines the deposits, can repair/reload if you land softly, can shoot at enemies, which can damage the player if they get touched by it (other enemies will shoot back, but that’s for tomorrow).

screen07

Gameplay-wise, I’m only missing the other enemies, UI and the upgrade/RPG part, and glue everything together, so hopefully I’ll have a lot of polish/balancing (better graphics, music, sound FX, etc) to make this fun!

Cya all tomorrow!

screen06

 
 

Update #3 – The Updatining

26 Apr

Finally, I have atmospheric currents:

screen05

Still need some fine tuning, regarding strength of the effect, etc, but it looks good and behaves as expected…

Though this was going to be easier, until I couldn’t find anywhere a Bezier/Point distance function…

Basically, the currents are 4-point Beziers (randomly generated)… To gauge the force of the current at the ship position, I was going to see the distance to the Bezier, and if it was smaller (and finding the parametric position), I’d compute the 1st order derivative and use that as the force… But finding the distance was a bit harder, so I ended up by having to decompose the Bezier in 10 pieces or so, and do a line/point distance function… It works surprisingly well, to be honest, but it’s a dirty hack!

Next on my work list: the squid enemy (or jellyfish, haven’t decided) enemy, which just moves in simple patterns, unaware of our ship… I think making the asset will be the hardest part… Smile

 
 

Update #2

26 Apr

This time around, I’m not updating as much as I used to… I think that’s because I’m in the zone and I don’t want to stop for anything…

Anyway, progress of the last hours was very good… The ship moves around, explodes if it collides too much, all of it affected by gravity and density of the gas…

screen03

There’s mineral clusters floating in the atmosphere, you can now grab those, which will be used to gain experience and to make repairs.

screen04

According to my development plan, I’m 20 minutes behind schedule, which isn’t bad… Smile

Next step: landing, repairs and start on the “currents”…

 
 

First update

26 Apr

Work is progressing nicely…

screen02

The ship control sucks for now, but that’s mainly because I haven’t decided what kind of mood in the gameplay I want: if I want a faster paced game, the accelerations need to be more powerful, to negate the current direction and allow for faster reaction… If I want it to be more tactical, I’ll be able to leave it as it is, with a lot of inertia, which makes it mandatory to think before you move so you can do a safe landing.

Next steps are the pressure system (deal damage with depth) and the collision detection with the environment (should be easy, except for the “landing” code, which will probably require a lot of fine tuning).

 
 

Base idea established…

26 Apr

I’ve made a mind map of sorts to explore my idea:

BmI5DtmIYAAx0Ar

What I’m doing is a game where the player is a mining ship that explores gas giants and retrieves resources… The deeper you go, the more pressure there is, which inflicts continuous damage. You can use the resources to fix the damage. After each level, you can upgrade your ship, RPG-style. There will also be enemies (natural gas-giant inhabitants, and other miners). Other gameplay elements can be gas currents (make it harder to handle your ship), and gravity (ship acts like a lander of sorts, low gravity in the upper atmosphere, higher gravity in the lower one). To repair, the ship will have to land (softly) on rocks that float in the gas giant’s atmosphere… They float because, er…. magic! Smile

Hopefully I’ll be able to think of some more ideas while I’m developing this, but this is a good starting point…

 
 

So, ‘Beneath the Surface’…

26 Apr

Well, as themes go this isn’t terrible…

– Spelunky/Diving game

– Submarine simulator

– Underwater shooter

– What lies beneath the surface of a person?

Anyway, since I just woke up, I’m going to have breakfast, check out what other people are doing, ready my “work-sheet” and make the basic classes, while I ponder on what I’ll do…