rogue-like/src
Christophe Meneboeuf 261b7276b5 Version presented at the A2FP convention.
New features

  * Levels features can be configured
  * Placing items and monsters
  * Can navigate through many levels
  * Game state can be restored

Many bug corrections
2022-11-21 11:56:56 +01:00
..
actors Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
builder Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
io Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
world Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
common.inc Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
debug.asm 5 levels to explore 2021-04-14 23:26:21 +02:00
display.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
display.inc Raycasting a line of sight (post #2: https://www.xtof.info/blog/?p=1071) 2019-01-09 15:20:30 +01:00
display_map.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
display_map.inc Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:59:25 +01:00
escape.cfg Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
game_loop.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
main.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
math.asm Uniting isolated parts of the maze 2020-10-14 22:53:44 +02:00
math.inc Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
memory.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
memory.inc Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
monitor.inc Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:59:25 +01:00
player.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
random.asm 5 levels to explore 2021-04-14 23:26:21 +02:00
random.inc 5 levels to explore 2021-04-14 23:26:21 +02:00
tiles.asm Version presented at the A2FP convention. 2022-11-21 11:56:56 +01:00
tiles.inc 5 levels to explore 2021-04-14 23:26:21 +02:00