lanarts icon indicating copy to clipboard operation
lanarts copied to clipboard

lanarts is an open source RPG that attempts to play like a real-time rogue-like

Results 12 lanarts issues
Sort by recently updated
recently updated
newest added

Should probably just drop you back at the starting menu.

Generated items should have their stats have variations, so not all items are the same

enhancement

Currently the stat system doesn't allow for much interesting variation. Skill trees should be added, this should be the primary way of distinguishing character aptitudes. The game should have a...

enhancement

Currently, the scripting interface for game objects lacks flexibility to eg enable custom monster AIs, new feature types, etc. Classes like ProjectileInst & FeatureInst are quite inflexible and should probably...

enhancement

The drawing code is not usually a bottleneck, but when it is, it sucks a bit badly.

A lobby server should be implemented that at least allows for creating and joining active games. Any extra features should be added as their own issue.

enhancement

The game server should allow for players to drop and reconnect (player character treated as idle) and new players should be able to join mid game if the host desires...

bug

It is impossible to drop a portion of a stack of items, or any gold. This makes resource sharing hard.

bug