Tuula Turto

Results 72 issues of Tuula Turto
trafficstars

Add scrolls that when read damage your mental ability. Affects on how hard it is to use mechanical devices.

feature
engine
game
feature request

``` (test-setup default actions (-> (ActionFactory) (.build)) character (-> (CharacterBuilder) (.with-name "Pete") (.build)) dagger (-> (ItemBuilder) (.with-name "dagger") (.build))) (defn test-case [] (with-setup default [actions character] (move-character character actions 1)...

up for grabs

add ai fsm (finite state machine) language: ``` (ai-fsm Skeleton (patrol [model actions] ... (when (enemy-close? self) (transition-to attack {}))) (attack [model actions rng] ... (transition-to patrol {})))) ``` Expands...

feature
engine
up for grabs

DawnLike comes with two fonts, test and see if 8x8 one would make any sense. It would fit thematically better than using system fonts. http://www.qtcentre.org/threads/54961-Embedding-custom-fonts-in-Qt-4-8-4 for reference

game
qt
up for grabs

Current way of configuring items is verbose and full of cruft. Write better system with Hy.

feature
engine
game
up for grabs

Simple enemies like rats and fire beetles could follow their route and not start chasing after player. Only when player is next to them, they would attack.

feature
game
up for grabs

Spiders should be able to set up web traps. these traps could slow down the enemy and entangle them.

feature
engine
game
up for grabs

Create special room that has a time capsule buried in the middle. have some appropriate way of marking it (maybe have some unmarked ones too). Fill capsule with all kinds...

feature
engine
game
feature request
up for grabs

Installing and running the game is not very straightforward. Make easy to run binaries.

feature
game
feature request
up for grabs