Difference between revisions of "Tziken"
Jump to navigation
Jump to search
m (Added newer screenshot) |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 14: | Line 14: | ||
== Description == | == Description == | ||
Tziken is a small roguelike where you play as a tziken. I haven't really thought about anything else. I don't know what the gameplay will be like, or what the goal will be. Right now, you can walk around and bump into walls. Often times, you spawn on walls and can't move. Tziken uses tiny 8x8 tiles made by me, RylandAlmanza, the colorblind kid. Source code is available at http://darcsden.com/RylandAlmanza/Tziken but it's very messy, as I just started learning | Tziken is a small roguelike where you play as a tziken. I haven't really thought about anything else. I don't know what the gameplay will be like, or what the goal will be. Right now, you can walk around and bump into walls. Often times, you spawn on walls and can't move. Tziken uses tiny 8x8 tiles made by me, RylandAlmanza, the colorblind kid. Source code is available at http://darcsden.com/RylandAlmanza/Tziken but it's very messy, as I just started learning Haskell, so I wouldn't recommend using it for anything. | ||
== Features == | == Features == | ||
Line 23: | Line 23: | ||
== Screenshots == | == Screenshots == | ||
http://dl.dropbox.com/u/23228112/ | http://dl.dropbox.com/u/23228112/tzikendla3.png | ||
== Download == | == Download == | ||
Current version is available here: http://dl.dropbox.com/u/23228112/tziken.zip | Current version is available here: http://dl.dropbox.com/u/23228112/tziken.zip | ||
This archive contains the windows and linux versions of the game, along with SDL.dll for windows users. | This archive contains the windows and linux versions of the game, along with SDL.dll for windows users. |
Latest revision as of 09:19, 1 April 2014
Tziken | |
---|---|
Alpha Project | |
Developer | RylandAlmanza |
Theme | Tziken |
Influences | |
Released | 5/25/2012 |
Updated | |
Licensing | Open Source |
P. Language | Haskell |
Platforms | Linux, Windows |
Interface | Tiles |
Game Length | About the length of a Tziken from head to tail |
Official site of Tziken |
Description
Tziken is a small roguelike where you play as a tziken. I haven't really thought about anything else. I don't know what the gameplay will be like, or what the goal will be. Right now, you can walk around and bump into walls. Often times, you spawn on walls and can't move. Tziken uses tiny 8x8 tiles made by me, RylandAlmanza, the colorblind kid. Source code is available at http://darcsden.com/RylandAlmanza/Tziken but it's very messy, as I just started learning Haskell, so I wouldn't recommend using it for anything.
Features
Current features include:
- Custom 8x8 tiles
- Dungeons randomly generated using Diffusion-limited aggregation
More to come. :)
Screenshots
Download
Current version is available here: http://dl.dropbox.com/u/23228112/tziken.zip This archive contains the windows and linux versions of the game, along with SDL.dll for windows users.