Ludum Dare #35compo
Morph Brawl
--Controls--
Mouse and 'Space'
--Instructions--
Press 'End turn' for characters to attack each other. Change your form using cards. Each form has its own values and duration.
--Description--
In this game you play as a wizard, who can change into animals. Select one of the cards and click on it to transform.
Each form has its own attack and defence values, as well as duration. When transformation expires, you will be transformed back into human form.
You won't receive new cards if you won't use any, but the amount of cards is limited to 10, so be wise.
--Versions--
1.01 - Fixed bug with wrong card duration, fixed music looping, fixed crash when unknown key was pressed
1.1(Post-jam) - Implemented mana system, added informational text, added two new enemies, added one more card, added hp and mp restoration for player after each turn, added configuration file for tweaking different parameters, changed default values for cards and enemies
Mouse and 'Space'
--Instructions--
Press 'End turn' for characters to attack each other. Change your form using cards. Each form has its own values and duration.
--Description--
In this game you play as a wizard, who can change into animals. Select one of the cards and click on it to transform.
Each form has its own attack and defence values, as well as duration. When transformation expires, you will be transformed back into human form.
You won't receive new cards if you won't use any, but the amount of cards is limited to 10, so be wise.
--Versions--
1.01 - Fixed bug with wrong card duration, fixed music looping, fixed crash when unknown key was pressed
1.1(Post-jam) - Implemented mana system, added informational text, added two new enemies, added one more card, added hp and mp restoration for player after each turn, added configuration file for tweaking different parameters, changed default values for cards and enemies
Comments22
The Walking Kiwi19 Apr 2016, 14:22
Liked the idea, but it feels kinda unfinished (as usual for game jams). Nice art!

Inateno19 Apr 2016, 16:16
I enjoyed the concept :) sadly there is only one enemy and it's done :( need more

iapc19 Apr 2016, 16:17
Cool game, however there is too little content/variation for the game to reach its potential.

RealityCheck19 Apr 2016, 16:20
There was a good idea here, but it was too limited to be any fun. Different enemies and levels, and different abilities to counter and defend against, and you could turn this into something good. Graphics were simplistic, but nice.
djfariel23 Apr 2016, 09:25
Overall I liked this entry. Although I felt there was really very little here even for a compo.
Conceptually, I think something like this could make for a fun game if it was finished.
Conceptually, I think something like this could make for a fun game if it was finished.
Pixelaborate23 Apr 2016, 11:51
Like everybody before me, my only complaint is lack of content. The music and art are good, it's just missing more enemies and transformations to make it feel more complete. Good work otherwise.
stefvanschie23 Apr 2016, 12:28
The game is a little bit short.

Falak23 Apr 2016, 12:59
Cool idea but too short

Tselmek24 Apr 2016, 11:07
While being a very great idea, the game was sadly too short. I hope you get to work more on it.

ekkiiiii24 Apr 2016, 11:28
Cool idea :)

Griz24 Apr 2016, 11:30
Doesn't want to start. The screen appears for a short moment, then closes without showing any messages. My specs are: Windows 8.1, JRE 8 update 91, G3258 CPU, GTX 750 GFX.

CodeNMore24 Apr 2016, 16:23
Short, but I liked the concept!

ProjectX59324 Apr 2016, 19:16
Not bad but REALLY short!

jk500025 Apr 2016, 08:25
The idea is really great.
AinoraZ27 Apr 2016, 14:17
I love the idea but it was way too easy to beat the enemy. It seems as if I don't have to think much to win. Still, a pretty good idea and could make a good game when polished.
thunderklaus5 May 2016, 21:01
Unforunately the game does not start. Running on OS/X
➜ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
➜ java -jar ./MorphBrawl.jar
2016-05-05 22:58:54.515 java[21437:22168333] * Assertion failure in +[NSUndoManager _endTopLevelGroupings], /Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1258/Misc.subproj/NSUndoManager.m:359
2016-05-05 22:58:54.515 java[21437:22168333] +[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.
2016-05-05 22:58:54.515 java[21437:22168333] (
0 CoreFoundation 0x00007fff873924f2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff95e0273c objc_exception_throw + 48
2 CoreFoundation 0x00007fff873971ca +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8edf77d6 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198
4 Foundation 0x00007fff8ed7ca71 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 170
5 AppKit 0x00007fff91e8af26 -[NSApplication run] + 844
6 libglfw.dylib 0x000000012b2a0bbe initializeAppKit + 1342
7 libglfw.dylib 0x000000012b2a0285 _glfwPlatformCreateWindow + 37
8 libglfw.dylib 0x000000012b29ba0a glfwCreateWindow + 522
9 ??? 0x000000010e79e954 0x0 + 4537837908
)
Using ➜ java -XstartOnFirstThread -jar ./MorphBrawl.jar
does not help.
➜ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
➜ java -jar ./MorphBrawl.jar
2016-05-05 22:58:54.515 java[21437:22168333] * Assertion failure in +[NSUndoManager _endTopLevelGroupings], /Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1258/Misc.subproj/NSUndoManager.m:359
2016-05-05 22:58:54.515 java[21437:22168333] +[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.
2016-05-05 22:58:54.515 java[21437:22168333] (
0 CoreFoundation 0x00007fff873924f2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff95e0273c objc_exception_throw + 48
2 CoreFoundation 0x00007fff873971ca +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8edf77d6 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198
4 Foundation 0x00007fff8ed7ca71 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 170
5 AppKit 0x00007fff91e8af26 -[NSApplication run] + 844
6 libglfw.dylib 0x000000012b2a0bbe initializeAppKit + 1342
7 libglfw.dylib 0x000000012b2a0285 _glfwPlatformCreateWindow + 37
8 libglfw.dylib 0x000000012b29ba0a glfwCreateWindow + 522
9 ??? 0x000000010e79e954 0x0 + 4537837908
)
Using ➜ java -XstartOnFirstThread -jar ./MorphBrawl.jar
does not help.

Seregy75 May 2016, 22:08
@thunderklaus
Thanks for the information, but unfortunately I'm not sure how can I fix that. Though I'll try to get my hands on OS/X and experiment a bit
Thanks for the information, but unfortunately I'm not sure how can I fix that. Though I'll try to get my hands on OS/X and experiment a bit
curtamyth5 May 2016, 23:32
As others have said, too short :( I wanted to play more though so that says something!

Yazara6 May 2016, 22:35
Cool game, a bit short though.
The mechanic is really simple but can have a lot of depth if it's explored further.
You should really add some more enemies and maybe some more cards to the game :)
The mechanic is really simple but can have a lot of depth if it's explored further.
You should really add some more enemies and maybe some more cards to the game :)

notime4games7 May 2016, 17:13
Pretty cool. You have a nice battle system set up, however as long as you're not stuck with just human form you're gonna win always, and you could just keep turning down cards to get a card that was the strongest




It's a cool concept and I'd love to see it expanded upon.