Difference between revisions of "Serial Killer"

From RogueBasin
Jump to navigation Jump to search
m (SKR is back to life (sorta))
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
|released = Feb 2010
|released = Feb 2010
|updated = Mar 2012
|updated = Mar 2012
|language = [[Python]]
|language = [[Java]], formerly [[Python]]
|platforms = cross-platform
|platforms = cross-platform
|licensing = [[Freeware]], [[Open Source]]
|licensing = [[Freeware]], [[Open Source]]
|interface = [[ASCII]], [[Tiles]], [[Keyboard]], [[Mouse]]
|interface = [[ASCII]], [[Tiles]], [[Keyboard]], [[Mouse]]
|length = Open ended
|length = Open ended
|site = http://code.google.com/p/pyskiller/
|site = http://bloodrizer.ru/skiller
}}
}}
'''Serial Killer''' (working title) is a proof-of-concept social simulation roguelike. The sole gameplay purpose is to let the player kill (or not to kill) in-game NPC's.
'''Serial Killer''' (working title) is a proof-of-concept social simulation roguelike. The sole gameplay purpose is to let the player kill (or not to kill) in-game NPC's.
Line 17: Line 17:


Serial Killer was formerly written using Python and libtcod wrapper.
Serial Killer was formerly written using Python and libtcod wrapper.
Rewrited in 2012 using opengl-based java render and LWJGL library.
Rewritten in 2012 using opengl-based java renderer and LWJGL library.
 
You can play latest development build in the browser >> [http://bloodrizer.ru/skiller here] <<.


==Status and Road Map==
==Status and Road Map==
Line 26: Line 28:


Developer is currently in search of gameplay conception, so feature requests are gratefully acceptable.
Developer is currently in search of gameplay conception, so feature requests are gratefully acceptable.
Game is now in stage of legacy code porting.


Current roadmap:
Current roadmap:
Line 36: Line 36:
* [ ] FBI agents should locate clues and investigate them
* [ ] FBI agents should locate clues and investigate them
* [ ] Newspapers
* [ ] Newspapers
* [ ] Daily job


==Features==
==Features==


Ported:
Ported:
* Widnow GUI system and mouse support - ported
* Window GUI system and mouse support
 
Not ported yet:
* Random town generation
* Random town generation
* Simple inventory system
* Simple inventory system
Line 52: Line 51:
==Screenshots==
==Screenshots==


<to be added>
http://2.bp.blogspot.com/-bPhUUu7fFIE/T2eSr6eAq4I/AAAAAAAAA0w/atd7f18yzjA/s1600/bloodTrail.png


==External Links==
==External Links==
Line 58: Line 57:
[https://github.com/bloodrizer/libroguelike Latest code release]
[https://github.com/bloodrizer/libroguelike Latest code release]
[http://skrdev.blogspot.com/ Development blog since 2010]
[http://skrdev.blogspot.com/ Development blog since 2010]
[http://www.bay12forums.com/smf/index.php?topic=104519.0 Bay12 discussion thread]

Latest revision as of 20:14, 28 March 2012

Serial Killer
Alpha Project
Developer bloodrizer
Theme Social simulation
Influences Serial Killer Hoax
Released Feb 2010
Updated Mar 2012
Licensing Freeware, Open Source
P. Language Java, formerly Python
Platforms cross-platform
Interface ASCII, Tiles, Keyboard, Mouse
Game Length Open ended
Official site of Serial Killer


Serial Killer (working title) is a proof-of-concept social simulation roguelike. The sole gameplay purpose is to let the player kill (or not to kill) in-game NPC's.

Technologies

Serial Killer was formerly written using Python and libtcod wrapper. Rewritten in 2012 using opengl-based java renderer and LWJGL library.

You can play latest development build in the browser >> here <<.

Status and Road Map

Jskiller (Java Serial Killer Roguelike) is a prof-of-the-concept project. It is currently an early alpha prototype. It has basic gameplay features like npc, ai, town map generation, inventory, simple gui. Hoover, it has no goal, no score system, no challenges.

Developer is currently in search of gameplay conception, so feature requests are gratefully acceptable.

Current roadmap:

  • [ ] Basic score system
  • [ ] Clues on the crimeplace
  • [ ] Blood traces on player (kind of 'crime cooldown')
  • [ ] Police should react on blood splats on player
  • [ ] FBI agents should locate clues and investigate them
  • [ ] Newspapers
  • [ ] Daily job

Features

Ported:

  • Window GUI system and mouse support
  • Random town generation
  • Simple inventory system
  • NPC with random name, race and stats generation
  • Simple body simulation with bloodloss, stun effect, body part damage and dismember function
  • Simple police AI and simple crimeplace investigation mechanic


Screenshots

bloodTrail.png

External Links

Latest code release Development blog since 2010 Bay12 discussion thread