https://github.com/seungyongshim/snake-game-kata
TDD KATA - Snake GAME
https://github.com/seungyongshim/snake-game-kata
csharp game snake-game tdd
Last synced: 7 months ago
JSON representation
TDD KATA - Snake GAME
- Host: GitHub
- URL: https://github.com/seungyongshim/snake-game-kata
- Owner: seungyongshim
- Created: 2020-09-21T22:51:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T08:35:49.000Z (about 5 years ago)
- Last Synced: 2025-02-03T08:37:20.781Z (8 months ago)
- Topics: csharp, game, snake-game, tdd
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game-KATA
## 목표
- TDD로 스네이크 게임을 작성한다.
## 콘솔 단계
- [x] console 기반 tdd 구현
- [ ] Rx.NET을 적용한 리펙토링
- [ ] LanguageExt를 적용한 함수형 리펙토링
## Rx를 활용한 게임 렌더링 루프
- https://stackoverflow.com/questions/9392123/game-update-render-loop-in-rx-how-to-ensure-consistent-state