Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugene-doobu/pathfinding-example
길찾기 딸깍 마법을 배워봅시다
https://github.com/eugene-doobu/pathfinding-example
Last synced: 17 days ago
JSON representation
길찾기 딸깍 마법을 배워봅시다
- Host: GitHub
- URL: https://github.com/eugene-doobu/pathfinding-example
- Owner: eugene-doobu
- License: mit
- Created: 2024-02-17T05:49:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T19:05:25.000Z (5 months ago)
- Last Synced: 2024-11-20T06:30:49.570Z (3 months ago)
- Language: C#
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pathfinding-example
길찾기 딸깍 마법을 배워봅시다[알고리듬 어따 써요? 1편 - 길찾기 알고리듬(길찾기 알고리즘)](https://velog.io/@eugene-doobu/%EC%95%8C%EA%B3%A0%EB%A6%AC%EB%93%AC-%EC%96%B4%EB%94%B0-%EC%8D%A8%EC%9A%94-1%ED%8E%B8-%EA%B8%B8%EC%B0%BE%EA%B8%B0-%EC%95%8C%EA%B3%A0%EB%A6%AC%EB%93%AC%EA%B8%B8%EC%B0%BE%EA%B8%B0-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98)
## 리소스 출처
[NineChronicles](https://github.com/planetarium/NineChronicles)의 리소스들을 사용하였습니다.[동글이](https://github.com/planetarium/NineChronicles/tree/development/nekoyume/Assets/AddressableAssets/Character/Monster/201000)
맵 구현에 [CatLikeCoding](https://catlikecoding.com/unity/tutorials/hex-map/) 튜토리얼을 참고하였습니다.