Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kalaeth

Pages: [1]
1
7DRLs / 7D Koboldicide
« on: March 03, 2017, 08:45:00 PM »
you return from your errands to find your house destroyed, your parents killed and the last of the kobold raiding party eating your dog's corpse. Swearing vengeance you...

I've just registered my entry for my very first 7DRL, 7d Koboldicide.

I'll be using python 2.7 + libtcod, and I'll build upon a framework I've been playing around with since I found the libtcod tutorial.

My elevator pitch AKA realistic goals:
 - ASCII graphs [done]
 - no stats, just skills gained through use [done and not done : leveling is through items]
 - 4-button + direction interface [done]
 - realistic inventory (no 10-feet poles somehow hidden inside your chainmail bikini) [semi-done. there are bugs]
 - self-contained story [kinda?]
 - overworld + dungeons [done + done]

my unrealistic goals (things I want but won't promise):
 - AI that cooperates to trap, ambush and kill the player [as expected, not done.]
 - gamepad support (probably not gonna be able of doing it in libtcod) [not done also.]

And.. that's it! I'll try to finish the framework tomorrow and begin either Sunday or Monday.

end result: https://github.com/kalaeth/7DKoboldicide/blob/after_fixes/7DKoboldiide_win_fixes.rar (win executable. linux executable available at the github page too)

(I'll use this thread to post updates throughout the 7DRL)

edit: changed link to bug fixed version


new edit : newer versions. I can do a thread in another sub-forum, since this is a post 7DRL version, but I'll still update the latest version here.

https://github.com/kalaeth/7DKoboldicide/blob/Koboldicider/linux_koboldicide_v0.01.zip linux
https://github.com/kalaeth/7DKoboldicide/blob/Koboldicider/win_koboldicide_v0.02.rar win

2
Early Dev / C.A.R.L. - Clone Action Rogue Lite
« on: October 07, 2016, 03:26:03 PM »
Since there isn't a "early-early dev" forum, I'm posting this here and hoping this will help me reach my goal of having a playable alpha soon. Since I started from the libtcod tutorial, somethings came with the package, some others will require a bit of 'fixing' the engine.

On to the game!

The elevator pitch :
 CARL is a sci-fi themed action rogue-lite, where you play a clone, and it's degenerated clones, where you can switch between real time and turn based.

Main distinguishing features :
 - The Chronogine : a device that allows the player to 'make time relative', or in game play terms, switch between real-time and turn-based... As long as it has charges. The device charges by moving around, and with time you get more attuned to it, spending less charges with each use and winning charges faster.

 - Cloning! When your player dies, you return to where you last encountered a cloning device, with a new clone. Clones aren't always perfect, and mutations occur. Some good (one extra tentacle is always a good help when fighting hordes of monsters) some bad (well... You weren't using that leg that much, were you?). The actions of your predecessor won't disappear when you die, but your knowledge of the world is limited to how much you knew when you cloned yourself (and so is your equipment and stats.. when the cloning goes right).

 Other features :
  - simple controls : WASD + mouse (left button fires, right button turns the chronogine On/Off) + Action Key
  - weapon upgrades via firmware
  - player perks (movement speed, increased damage, dual wield, etc)
  - PGC permanent maps
  - ID game with weapons / firmware / console commands (this is a feature I wish to implement but still haven't gotten to completely consider and might remove later if it proves to be too hard/not fun)
  - a plotline! With a actual sci-fi/horror story.


on the Road to Alpha, this are the features I'm still missing (and as soon as I implement each of them I'll update the thread), by order of implementation:

 -> permanent levels and backtracking
 -> fix weapons
    -> add a 'weapon inventory' that you can cycle through with the mouse wheel done
    -> no random weapon drops, but fixed levels for weapons
    -> weapon usage expends ammo done
    -> enemies drop ammo (see next point)
 -> corpse looting
    -> loot both enemies and previous clones
 -> better feedback
    -> add player stats to screen
    -> make shots visible
 -> degeneration!
    -> basic degeneration (every clone has a high % to have slightly worse stats than its 'progenitor')
    -> mutations! (a chance to mutate with gameplay consequences)


I think this covers it. Thoughts?
Would you wish to play this game?
Can you tell my favorite game is Doom without me saying that among the weapons there will be a Chainsaw and a Super Shotgun?
Will I fail miserably?
Will Krice consider this a roguelike? (wait, I read enough threads to know the answer to this one: no.)

[edited to add control scheme]
[edited to mark weapons as partially done]

Pages: [1]