4E4

Published June 25, 2005
Advertisement
I have decided to enter the GDNet 4E4 contest. I will attempt to create a roguelike game in Objective Caml, probably with ASCII graphics. It will feature Ninjas and Pirates as character classes, as well as Robots and Zombies as character species.

A quick brainstorming led to some "catchy" skill names for the characters, such as "Plundering Aura" or "Scurvynator" pirate skills, "Additional arms" robot special upgrade, "Thousand knives raging lightning storm rush attack technique" ninja technique, and "Spare Parts", "Climactic break-in" and "Vomit Maggots" Zombie attacks. And some more that I won't be mentioning (I have 18 skills for each of RZNP, total 72 skills).

My quick brainstorming also led me to creating four player abilities to replace the traditional "Strength, Dexterity, Intelligence" ones:

Brutality - The ability to deal huge amounts of damage to anything in your path, blindly bashing anything however hostile. You also become (obviously) less stealthy. Whenever you strike someone, your brutality increases (and returns to its initial value when you stop fighting), so a good strategy for Brutality-heavy characters is to always be fighting. Brutality is a main skill for Pirates.

Equanimity - The ability to keep one's concentration during a fight. Equanimity-heavy characters are able to strike with a very high accuracy and inflict high damage. Equanimity decreases as one keeps striking, so a good strategy here is to cease fighting and flee, only to return when one is concentrated again. Equanimity is a main skill for Ninjas.

Rapidity - The ability to move quickly, whether to run, to dodge hits, or to strike with a weapon. Rapidity helps for surprise attacks and for characters that do not want to get hit often. Rapidity is a main skill for Ninjas. Rapidity decreases when tiring actions are performed.

Stability - The ability to withstand hits, and not take too much damage from them. Stability is also required to be able to strike or move under straining situations (such as being hit by multiple opponents). Stability decreases as the character is hit.



Robots have natural Rapidity and Brutality, while Zombies have natural Equanimity and Stability.

Robot characters get bonuses from the many upgrades they can use on themselves (additional arms, increased ability values, and even the possibility to use hundreds of weapons at the same time). Zombie characters get much more resilient as they level up, and will be able to call on hordes of undead for help at the highest levels.



In the end, there are four possible character strategies here:

Pirate Zombie: A nearly indestructible, stupid warrior that, given enough time, will be able to kill just about anyone.

Pirate Robot: A killing machine able to kill anyone with one hit (of its six swords).

Ninja Zombie: A stealthy killer, with a still mind (or whatever zombies have for a mind) and able to relentlessly strike at maximum efficiency.

Ninja Robot: The fastest thing around, this martial artist runs, jumps, turns invisible, slices and dices.


Back to work...
Previous Entry Shmup2 and SFL...
Next Entry 4e4 math
0 likes 5 comments

Comments

Rob Loach
Neat concept. ASCII graphics though? [wink]
June 25, 2005 12:06 PM
johnhattan
Zombie Zombie = the zombie equivalent of refried beans. A zombie that's been killed and then is raised from zombie death, so he's now a zombie twice.

Zombie zombies are twice as slow as ordinary zombies, but are twice as hungry for brains.
June 25, 2005 10:09 PM
Daerax
But refrying beings beans makes them taste even betterer!
June 26, 2005 12:22 AM
ToohrVyk
So Zombie Zombies would actually move backwards? Argh...

As for the ASCII graphics, I guess I could adapt sprite rendering on top of the engine I plan just as easy as ASCII art. Besides, I could even decide and use models, but in general ASCII art is the most readable/detailed solution you can get.
June 29, 2005 02:22 PM
PaulWunsch

The first thing that's important is that you should be able to play immediately - when you load the game it shouldn't take any time at all before you're playing. This means that there are no menus or anything like that; all commands should be given through the keyboard or via text entry (this would allow me to test my UI without having to run any complex code). I want to know is speedy paper legit for using them as academic purpose.

August 29, 2022 07:59 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

4E4 fighting

1174 views

4e4 math

1457 views

4E4

6599 views

Shmup2 and SFL...

1258 views

Now a subscriber

1317 views
Advertisement