Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

간단하게 제작된 C++ CUI 기반 게임 프레임워크입니다. This project is a simple C++ CUI based game framework.

Notifications You must be signed in to change notification settings

ounols/Simple-Console-Game-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Console-Game-Framework

간단하게 제작된 C++ CUI 기반 게임 프레임워크입니다. This project is a simple C++ CUI based game framework.

💡 윈도우에서만 작동합니다. It only works on Windows.

기능 (Features)

  • 간단한 로직 / Simple logic.
  • 키보드 입력, 씬, 글씨 출력 등 관리가 간편한 구성 / Easy-to-manage configuration such as keyboard input, scene, and text output.
  • 콘솔창에 이미지 출력 기능 구현 / Implemented image output function in the console window.

예제 (Examples)

  • main.cpp : 프레임워크를 호출하고 삭제하는 방식이 작성되어있습니다. How to call and delete the framework is written.
  • DemoScene.cpp : 첫번째 데모씬 입니다. 엔터나 R키를 입력하면 5초 후 두번째 씬으로 넘어갑니다. This is the first demo scene. Press Enter or R to go to the second scene after 5 seconds.
  • SReferenceDemoScene.cpp : 두번째 데모씬 입니다. 데모 이미지가 위 아래로 움직이는 모션이 나타납니다. This is the second demo scene. The demo image will show up and down motion.

About

간단하게 제작된 C++ CUI 기반 게임 프레임워크입니다. This project is a simple C++ CUI based game framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published