차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
game:roguelike [2012/01/03 15:26] vaslorgame:roguelike [2014/03/19 02:37] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +======로그라이크(Roguelike)======
  
 +로그라이크(Roguelike)는 최초의 로그라이크인 로그(Rogue)를 닮은 롤플레잉 게임이다. 로그류(Rogue流)라고도 한다.
 +
 +  * 모든 요소를 Curses 라는 텍스트 커서 시스템을 통해 아스키 그래픽으로 나타낸다. 특히 플레이어 캐릭터 자신은 주로 '@'로 나타낸다.
 +  * 모든 행동은 턴 방식(비 실시간, 플레이어가 새로운 명령을 입력할 때까지 대기)이며 주로 키 입력으로 명령한다.
 +  * 방과 통로로 이루어진 던전을 비롯한 대부분의 요소가 무작위로 출현한다.
 +  * 난이도가 상당히 높고 긴 시간을 필요로 하며 점수판 기능으로 플레이어들을 경쟁하게 한다.
 +
 +
 +[[nethack]]
 +
 +=====open=====
 +
 +
 +http://www.cahilig.net/2011/07/29/100-best-free-and-high-quality-linux-games
 +
 +====Golden T Game engine====
 +http://goldenstudios.or.id/products/GTGE/
 +
 +
 +====jClassicRPG - Developer Blog====
 +jcrpg.blogspot.com/ 
 +
 +위자드리 , 바즈테일 형식의 턴 방식 입체 롤플게임
 +
 +
 +=====isometric=====
 +====Angelion: The Demon Conflict====
 +http://freecode.com/projects/angelion-tdc
 +
 +Angelion: The Demon Conflict is an isometric client/server based MMORPG featuring 2d+ (isometric map stacking), tile stretching (looks 3d), and real-time map editing. It uses the SDL graphics library for portability.
 +
 +Tags Games/Entertainment Role-Playing
 +Licenses GPL
 +Operating Systems POSIX Linux Windows Windows
 +Implementation C
 +
 +=====full 3d=====
 +=====Stargate Universe=====
 +
 + Free Open Source MMORPG / RTS
 +
 +http://www.planeshift.it
 +
 +sguniverse.sourceforge.net/ - 저장된 페이지 - 이 페이지 번역하기
 +Powered by Crystal Space ... Stargate Universe is an Open-source MMORPG (Massively Multiplayer Online Role Playing Game) project. 
 +
 +=====dark star=====
 +
 +http://rein.kr/blog/archives/2131
 +
 +
 +
 +{{tag>roguelike 고전게임 }}