Açıklama Yok

cheslinga 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
assets 354a23366c Initial commit, Week 1 2 yıl önce
.gitignore 354a23366c Initial commit, Week 1 2 yıl önce
AI.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
Action.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
Combat.fs 6b190e6053 Added start of some collision detection; start of some combat code. 2 yıl önce
Components.fs 6b190e6053 Added start of some collision detection; start of some combat code. 2 yıl önce
Drawing.fs ce8decdbb3 Added basic AI and pathfinding. Reworked several systems. 2 yıl önce
Entity.fs ce8decdbb3 Added basic AI and pathfinding. Reworked several systems. 2 yıl önce
FOV.fs ce8decdbb3 Added basic AI and pathfinding. Reworked several systems. 2 yıl önce
Game.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
Helpers.fs 918a79f872 Replaced Point2D class with much simpler record. 2 yıl önce
Input.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
LICENSE 354a23366c Initial commit, Week 1 2 yıl önce
Map.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
Pathfinding.fs 2484ec2194 Reworked how blocked positions are detected. Basic pathfinding works. 2 yıl önce
Program.fs 354a23366c Initial commit, Week 1 2 yıl önce
README.md 354a23366c Initial commit, Week 1 2 yıl önce
SharedState.fs dae00c490d Implemented splitmix64 RNG. Added entity factory functions. 2 yıl önce
SpriteAtlas.fs d1dc22a7b8 Added a map class, wall detection on movement input. (Week 2) 2 yıl önce
rl-22.fsproj 6b190e6053 Added start of some collision detection; start of some combat code. 2 yıl önce

README.md

Roguelike Tutorial 2022

This is a follow-along of the 2022 Roguelike Tutorial using F#. :)