Skip to content

jet345/OpenSource_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

초성퀴즈Online

개발언어

server : c++ , client : c

게임방법

게임은 3명이 모일 때 시작한다.
server는 3명의 client들 중 무작위로 주제를 선택할 수 있는 권한을 준다.
client는 제시된 주제를 선택하고, server는 해당 주제에 맞는 초성Quiz를 출제한다.
먼저 5점을 내는 client가 승자가 된다.

설치

git clone https://github.com/jet345/OpenSource_Game.git
./all_compile.sh

실행

1) Server

  • Mysql query
    sql_query.txt 참조
  • execute
    ./server

2) Client

./client {SERVER_IP}

전체실행화면

client 실행화면 게임종료화면

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published