Difference between revisions of "2DRL in 2K"

From RogueBasin
Jump to navigation Jump to search
m (added to 7DRLs category)
Line 1: Line 1:
{{game-7drl| name = 2DRL in 2K
|developer = [[Steven Fuerst]]
|theme =
|influences =
|released = 2006
|updated =
|licensing =
|language =
|platforms =
|interface =
|length =
|site =
}}
== About ==
== About ==
''2DRL in 2K'' is a [[7DRL]] written by [[Steven Fuerst]] for [[7DRL Contest 2006]]. It sticks to all rules of contest but author decided to have extra challenge by placing requirement that the source code is equal or less than 2KB in size.
'''2DRL in 2K''' is a [[7DRL]] written by [[Steven Fuerst]] for [[7DRL Contest 2006]]. It sticks to all rules of contest but author decided to have extra challenge by placing requirement that the source code is equal or less than 2KB in size.


== History ==
== History ==
Line 7: Line 20:
== Game related links ==
== Game related links ==
* [http://www.alamak0ta.republika.pl/2DRL.zip 2DRL in 2K Windows executable and source]
* [http://www.alamak0ta.republika.pl/2DRL.zip 2DRL in 2K Windows executable and source]
[[Category:Roguelike games]]
[[Category:7DRLs]]

Revision as of 22:48, 18 September 2006

2DRL in 2K
7DRL
Developer Steven Fuerst
Theme
Influences
Released 2006
Updated
Licensing
P. Language
Platforms
Interface
Game Length
[ Official site of 2DRL in 2K]


About

2DRL in 2K is a 7DRL written by Steven Fuerst for 7DRL Contest 2006. It sticks to all rules of contest but author decided to have extra challenge by placing requirement that the source code is equal or less than 2KB in size.

History

First version used ncurses and had a total of 1976 bytes of C source code. Later there was second verion with 9 monsters and several new features. Unfortunately there was a bug preventing compilation. Thus third release swiftly followed which was exactly 2048 bytes in size. Finaly Jakub Debski compiled the game for Windows platform. Source code is also contained within the archive.

Game related links