zerebruin

LD25

villaneous brainstorm

Here’s a few thought on the theme*. “You are the villain” (+1 goat)

Am I, or are you? Is the villain a goat, or is the goat the villain’s pet? What are a villain’s characteristics etc…

LD_25_you_are_the_villain_brainstorm_01

 

 

 

 

 

 

 

 

 

Now for the most important question: Should my villain have a German or British accent?

 

Tools of the trade:

Unity3D, Cinema4D, VillainGenerator5D

If I have time at the end (fat chance) I will be doing xbox360 controller integration using http://wiki.unity3d.com/index.php/Xbox360Controller
No other pre-made assets are planned so far.

 

Oh and good luck to everyone.

 

—————–

* Which I didn’t vote for, in fact I voted that theme down every time, and therefore should totally hate it because I’m absolutely not prepared for anything like it. Oh that sounds like tremendous fun!

Tags: brainstorm, tools of the trade, unity3d, villain

The villain’s dream

Wooho, after only one quarter of the time I’ve already got 1) a title, 2) nintro dialogue sequence and 3) a concept that will surely fail!

1) Name: The villain’s dream

2) Part of the dialogue tree on the right, small, so not to spoil everything :)

intro dialogue choices

intro dialogue choices

3) It all plays out in a dream. Dialogues with your newly acquired conscience and an epic fall into infinity (literally, unless Unity doesn’t allow that).

 

Time for a break.

 

Tags: conscience, dialogue, dream

The villain’s dream – villain name generator finished

villainsdream_preview

 

 

 

Hah! Finished my villain name generator.  Arguably, BioBed-Mite3567 is a cool villain name, right?

Spent 10 minutes clicking ‘Random Name’ ^_^

(The other menu items aren’t not active yet.)

Try it out here: http://david-arndt.de/villainsdream/alpha2/index.html (Unity Player)

Flash is still uploading…..why is it always 2x as big?

 

Tags: BioBed-Mite3567, name generator, villain's dream

The villain’s dream – kittens & goats artwork

Not that there isn’t enough programming to be done but I needed a break.

Doing Artwork under pressure is always bad … I’m also not a very good artist^^

the villain's dream red kitten artwork

the villain’s dream red kitten artwork

goat

the villain’s dream goat artwork

kitten_blue

the villain’s dream blue kitten artwork

 

 

 

 

 

 

 

 

 

No there’s not going to be an epic battle between kittens and goats, but there’s going to be an infinite number of kittens and one, and only one, goat.

 

Tags: artwork, goat, kittens, the villain'S dream

The villain’s dream is moving to jam ;-( >>>> ;-D

villainsdream_preview

 

 

 

 

 

Well here we go: the game is unfinished, I’m tired and need to get up early tomorrow.

About three hours ago pretty much everything I tried constantly failed to work the way I wanted so I broke down and borrowed some code from one of my other games. Since 10 minutes ago everything is working pretty well, but I’m still missing one core feature as well as some music and lots of optimization (i.e. bug-fixing).

Meaning: compo’s done (failed). Good luck to all remaining contestants!

 

But the jam is on! I will finish the game tomorrow as a jam entry.

Another night to dream for all villains out there. Here’s a last screenshot for today:

the villain's dream

 

 

 

Tags: compo, fail, jam, the villain'S dream

LD26

14 hours may be enough (to make chips)

Worst timing ever, this LD, I’ll only be having about 14 hours time on Sunday. Can’t we postpone it? No? Why not? Am I not the most important thing in the universe? No? Damn.

14 hours should be enough for something, though. I’m in.
It’s include a [pəˈtātō] / [pəˈtātə]. I don’t care how it’s pronounced as long as you can make chips from it (yes, those that come with fish, which you may or may not have to fish yourself).

Tools: Unity3D, C#, a kitchen knife, a sack of potatoes, frying pan, salt, vinegar …wait is that still a recipe for a game?

Good luck everyone!

Tags: chips, Fish, potato

The Cubecatcher is ready

cubecatcher_screen1Cubecatcher is game with a simple principle:  You control a red cube with WASD or the arrow keys.  Use it to collect coloured cubes and score points. Small cubes are more difficult to catch and thus count more.

But beware! If you collect cubes that do not correspond to the active colour (indicated by the menu colour), you will loose points!

Randomly flying potatoes count 50 points, often winning a level.

After passing a level, you can retry on a harder setting.

 

Tools used: Unity3D, programmed in C#, Illustrator (textures) and NanoStudio (sound).

Play & rate: http://www.ludumdare.com/compo/ludum-dare-26/?uid=18208

 

 

Tags: compo, cubecatcher, cubes, unity

Cubecatcher post mortem

cubecatcher_ld48_1GAM

Here’s the post-mortem I wrote for my blog. Great way of reflecting on the game dev process!

My last LD experience in December didn’t quite go as planned, but was still lots of fun. This time I had even less time than the meagre 48 hours given to compo participants. I had played Volleyball all Saturday and was too tired to even switch on my computer in the evening. Sunday morning I slept in, woke at 11 a.m., had breakfast and only then took a peek at the Ludum Dare theme: minimalism.

Finding the game concept

devscreen_0A minimalistic game seemed possible to do, especially with lots of experience gained since the last LD through making games for One Game A Month (#1GAM). so I started brainstorming. Soon the basic visual concept was clear: 2D & cubes. Using physics was intended at first, but later was dismissed, because the game worked fine without, minimalism was the theme and physics are always a hassle to work with.

devscreen_1The first gameplay idea was to have a ‘player cube’ that the player would use to collect other cubes of the same size only. If the player cube collided with a larger cube, that cube would split up into smaller parts. Smaller cubes would simply be destroyed on impact with the player cube. I wanted to make this concept more dynamic, so the thought was to make all cubes grow in size in random intervals. This way, cubes that were the right size would become impossible to pick up and would have to be split up again. At the same time, smaller cubes would grow to the right size. The cubes would move randomly and colliding cubes were supposed to merge into larger cubes.

devscreen_2To add some complexity, I then added colours. Only cubes of a specific colour could be picked up. The correct colour would be indicated by the interface which would change randomly. The interface itself needed to be simple and clear to read but at the same time very flashy so the player would notice its changing colours immediately.

Time for a break. In my case this was a couple of hours during which I did some non-game related work.

Prototyping the game, and changing it

devscreen_5I built a prototype in Unity3D and found that discerning the correct cube size was very difficult. That’s why I tabled the cube splitting concept and used the different cube sizes to indicate differently score values.Picking up a cube of any size would now not split it but randomly spawn 0-5 new cubes of random size. This also removed the last physics elements the game had. Any cube pickup of the right colour would score points, the wrong colour would subtract them. Since picking up small cubes is more difficult they got the highest value. Logical, but a bit counter-intuitive, since bigger is usually considered better.

Giving the player a purpose

The game’s goal was still unclear at this point, I simply had a random cube distribution, a cube pickup, and a scoring system. But what was the goal? Why would the player keep playing? He wouldn’t. At some point the screen would simply be full of coloured cubes making it impossible to discern right from wrong and the player would have to give up.

cubecatcher_interfaceTo remedy this situation, I introduced a target score and a countdown timer. Countdowns give the player a sense of urgency, a drive to reach the target score in time. To make the game more interesting to continue, I added a level system that increases difficulty with each time the player wins a level and continues. Difficulty is governed by time, target score and the frequency of colour changes..

Adding the potatopotato

I love Easter eggs and hidden features in games and my game wasn’t very funny so far. That’s why I joined the Official Potato Challenge by the fabulous McFunkypants (creator of #1GAM) and added a random potato feature. The potato is a super scoring (50 points) item that flies through the screen. Its worth was later reduced to 25 points because it was too overpowered.

Adding soundnanostudio_making_game_sounds

A soundless game is half as fun as a game with great music. Sword & Sworcery would have been pretty boring without it’s fabulous music, no matter how great the graphic style is.

Sadly at this point I didn’t have much time left, so I had to content with making simple pickup sounds for the cubes. A ‘ding’ for a correct pickup and a ‘dong’ for an incorrect one as well as a special potato pickup sound and level win and loss sounds (those last two, by the way, didn’t work properly in the compo entry version). I used the free Software NanoStudio for this.

Adding a start & end screen

cubecatcher_endscreenFinally, I added a startup and an end screen. The start screen got an intro text with explanations of the game & controls, the end screen features the statistics (points scored, cubes picked up, time played etc.) as well as instructions on how to continue and quit. There are two different texts, depending on whether you won or lost a level.

cubecatcher_screen1

Post-compo: Fixing bugs & making improvements

The rating & comment system of Ludum Dare is a great thing, because you quickly get feedback from other game developers. They brought attention to some minor bugs and many said that they found the immediate colour switch annoying or irritating. They wanted a short warning before the change so I added a feature that makes the GUI flash briefly before a change. Initially I didn’t want any warning because I found it funny how you steered towards a blue cube and right when you reached it the colour changed to green, but getting input from other people changed my mind.

devscreen_6The other major improvement was mainly intended for the mobile version (see next paragraph), but also helps on the desktop / web versions. Originally, the player could leave the fixed camera field of view and move outside of it. With keyboard control, this isn’t a problem, because the controls are quite accurate and the player never gets to be very fast. On mobile devices, using the tilt acceleration of the device for controlling the player cube, it would shoot out of the screen too easily. So I added a boundary (created dynamically for different screen sizes) that resets the player on the other side of the screen.

Porting the game to mobile

unity2mobileHaving finished the game, I realized that it would perfectly fit mobile devices, and also be fairly easy to port. Only the player controls would have to be changed from keys to a tilt-acceleration control.The main problem was that I only have a Unity 3.5 mobile license and had made the game in Unity 4. You can’t just open a Unity 4 project in 3.5 – the engine has changed too much for that to work. But some things can be simply copied & pasted: assets like sound, textures and models as well as the scripts. Scenes can be imported but not opened, GUISkins, materials and prefabs crash the editor immediately.

Since my game mainly consists of scripts and only 2 prefabs, 2 GUI Skins and 3 materials, remaking these and the 3 scenes wasn’t too hard. That’s the advantage of programming as much as possible and using very few non-dynamic game objects.

I then added the Input.acceleration commands and built the game to test on my nexus 10.
Here’s a first look:

The game ran smoothly, but I noticed the above mentioned problem of the player cube falling outside the camera field of view. The second problem was the text size since mobile doesn’t allow dynamic font resizing that I had used in the web/desktop versions. Thirdly, allowing the device orientation to turn the game automatically is really annoying when playing a tilt-controlled game. I fixed that by allowing auto-rotation only in the start and end screen and fixing rotation as soon as the player enters the game.

The game that could have been

In retrospect the first concept with the splitting cubes could have been reworked in a different direction that would have played out fine. The problem of the user discerning different cube sizes quickly could have been removed by making different shapes. A cube would split into triangles, the triangles could split into circles and additionally, each type could have been colour coded, too (which would remove the colour-matching element, of course). I think I’m going to make that game sometime soon. 😉

Another way of making cube sizes more clear would have been to add a dimension. 3D cube size might be easier to discern than 2D cubes.

Where to go from here

What is the future of this game? What can it become and what could it become? Here are some ideas: online (global) highscore & music. An endless level system, implemented via a function that simply takes the difficulty up a notch each time a level is won and the player continues (currently that’s a fixed function for 5 difficulty levels).

Final words

The jam was great fun! Thanks to all who organized it and participated & special thanks to everyone who rates my game 😉

Play it now

Here’s the LD game page: http://www.ludumdare.com/compo/ludum-dare-26/?action=preview&uid=18208

The game can be played in both compo (v1.0) and post-compo versions here: http://david-arndt.de/cubecatcher/ (the game source can also be downloaded there).

 

Tags: cubecatcher, post-mortem, unity3d

LD27

Round Three

Although I do not particularly like most of the themes in the final round, I will be making something game-ish for this LD.

Maybe it’s going to be a game on why 10 Seconds of Alchemy, even in an Alternative Reality without any Connections to the real world are ever the source of Corruption and Darkness. When Death is Useful and Evil vs Evil it seems like a Glitch in the system for the Hunted of the Lifecycle or maybe for the Machines, I wonder? In a Multi-layered world or Parallel Worlds its always the same Replication of Space (I like space) and Strange Power-ups but whether Surveillance or Survival, in the end You must leave it behind.

I think I might be getting in the mood for LD now :)

Tools: Unity3D, depending on the style probably some 3DSmax or Cinema4D and Photoshop stuff and maybe a little NanoStudio for the sounds.

 

As always, best of luck to everyone & have fun!

David

Tags: LD #27

Ideas, ideas…

Getting up at 3am was totally worth it!

As soon as I got back to bed the ideas were popping up one after the other:

– a 10 seconds to defuse the bomb game,

– a memory game with 10 seconds to look at the solution

– a light-cycle race in which you need to turn once every 10 seconds or loose

– a bomberman-like two-player game in which the walls grow every 10 seconds

– a shooter in which the enemy can only be seen briefly every 10 seconds or if he fires a weapon

– and the last idea, which I’m not going to tell you right now (:P) because I’ve got to build a prototype first …

 

 

 

 

Tags: ideas, ld48

10 Seconds of Light Alpha 3

#LD48_10secondsoflight_header_alpha3

 

 

 

 

 

 

 

Rejoice! For the Alpha 3 release of 10 Seconds of Light is here!

Now with a menu, difficulty & level selection!

Almost feature-complete, jump mechanics are still wobbly, but shooting works well.

Also: first music track is finished (level 4). Next: more music, more effects, more in-game menus.

http://david-arndt.de/games/10secondsoflight/

 

 

#LD48_10secondsoflight_screen2

Tags: alpha. release, LD #27, play, preview

LD29

Once more into the breach!

…wait a minute, there’s no breach, there’s just this huge wall!

Where’s my Semtex?

800px-Toothpaste

 

 

 

 

 

This will be my fourth time doing #LD, and like last time, I’m going to take it easy and see where the weekend takes me.

 

I’m going to take advantage of Ludum Deals and try out PlayCanvas. Seems like a pretty cool tool.

Plus, all code will already be on line, so you can follow my progress here:

https://playcanvas.com/davidarndt/

 

Other tools that might be used: Blender, Photoshop, Ignite, NanoStudio

 

Best of luck to all participants & remember: have fun, be creative!

David

Tags: entry, ld29, playcanvas

LD 41

(6*7)-1 almost the answer

Hah, back by chance after three (or four?) years. This might become a game, depending on how the theme voting turns out, how my motivation and time keeps through the weekend, and whether the world ends Sunday before or after teatime.

Tools that might be used: Unity3D, Gamemaker, Blender, Javascript of some sort (Phaser?), Affinity Designer, MS Paint.

Hope everyone has lots of fun!

(6*7)-1 starting and so on ...

Excellent conditions: beautiful weather outside, theme is about the only one I down-voted, I can't remember a damn thing about Unity ...

At least something works already half an hour in ;) 2018-04-21 11-56-27-1.gif