Code Monkey home page Code Monkey logo

taggame's People

Contributors

ekgml001 avatar jojimi avatar eouls avatar

Watchers

 avatar

taggame's Issues

[feat] game6구현

CREATE TABLE game6_results (
id INT AUTO_INCREMENT PRIMARY KEY,
game_id INT NOT NULL DEFAULT 1,
name VARCHAR(255) NOT NULL,
content VARCHAR(255) NOT NULL,
game_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);

[UI] Game3 랜덤룰렛

게임 3 : 랜덤 룰렛 (사용자 이름 o)
사용자 이름 입력하고 원판이 나눠짐.
그 후 게임 진행
게임 진행하고 당첨자 선정

[feat] game4구현

MYSQL Workbench 테이블에 생성하기

CREATE TABLE game4_results (
id INT AUTO_INCREMENT PRIMARY KEY,
bomb_exploded_time INT NOT NULL,
game_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP
};

[UI] game2 가위바위보 구현

게임 2 : 가위바위보 (사용자 이름 o)
사용자 이름 입력하고
가위,바위,보 중 하나 선택 후
게임 시작
컴퓨터랑 가위바위보 진행

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.