Giter Site home page Giter Site logo

lucky-money's Introduction

스프링부트로 구현하는 간단한 게임 서비스

게임 방식 요약

  1. 돈 뿌리기 게임을 시작하는 사람은 뿌릴 금액과 받을 사람 수를 지정할 수 있음.
  2. 돈을 뿌린 사람과 같은 방에 속한 사람은 돈 받기를 시도할 수 있음.
  3. 자기 자신, 이미 받은 사람, 받을 사람 수를 초과한 경우는 받을 수 없음.

애플리케이션 실행

직접빌드해서 실행

$ ./gradlew bootRun

이미 빌드 된 jar 를 실행

releases 에서 최신 릴리즈의 jar 파일을 다운로드 받습니다.

$ java -jar lucky-money-*.jar --spring.profiles.active=local

기능 실행하기

성공적으로 애플리케이션이 실행되었다면 제공 되는 기능을 실행할 수 있습니다.

IntelliJ 를 통한 기능 실행

프로젝트 루트에 위치한 rest.http를 통해 각 API 를 호출 할 수 있습니다.

Docs

lucky-money's People

Contributors

iamkyu avatar

Watchers

 avatar  avatar

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.