사용자 도구

사이트 도구


roguelike

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
roguelike [2020/02/11 13:48] rex8312roguelike [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ====== Roguelike Game ====== ====== Roguelike Game ======
  
-  * 개발도구 
-    * http://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html 
-    * https://github.com/HexDecimal/libtcod/tree/a9b4c5dca70e8e0a1067b6153a139cd994432845 
-      * https://python-tdl.readthedocs.io/en/latest/index.html 
-    * https://github.com/nsf/termbox 
- 
-    * http://npyscreen.readthedocs.io/introduction.html 
  
   * 문서   * 문서
 +    * http://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
 +    * http://www.roguebasin.com/index.php?title=Category:FOV
 +      * http://www.roguebasin.com/index.php?title=Eligloscode
 +    * http://rogueliketutorials.com/tutorials/tcod/v2/
     * http://www.gamasutra.com/blogs/JoshGe/20181029/329512/How_to_Make_a_Roguelike.php     * http://www.gamasutra.com/blogs/JoshGe/20181029/329512/How_to_Make_a_Roguelike.php
     * http://www.roguebasin.com/index.php?title=Roguelike_Tutorial,_using_python3%2Btdl     * http://www.roguebasin.com/index.php?title=Roguelike_Tutorial,_using_python3%2Btdl
     * http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod,_part_1#Showing_the_.40_on_screen     * http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod,_part_1#Showing_the_.40_on_screen
     * http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod     * http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod
 +    * https://github.com/htdt/lwm/blob/master/pol/pol_env.py
  
 +  * 간단한 예제
  
 <code python> <code python>
줄 182: 줄 181:
         state = env.step(action)         state = env.step(action)
 </code> </code>
 +
 +{{tag>roguelike "AI platform" python environment "game engine"}}
roguelike.1581428887.txt.gz · 마지막으로 수정됨: (바깥 편집)