Code Monkey home page Code Monkey logo

software-practice-1's Introduction

Software Practice 1

Introduction

Dangkong Project (2017.04 ~ 2017.06): made by Kyuyeon Kim & Yeonjae Kim

This is piano program implemented with Java. Simple UIs are provided and sound can be triggered by not only mouse but also keyboard.

  • You can simply play the piano with pedal, by Singleplay mode.
  • You can also play together with your friend online, by Multiplay mode.
  • You can practice scores you want, by Song Practice mode.

For further information, DangKong.pptx is provided for your better understanding.

Professor - Hwansu Han
Assistant - Jeonghwan Park

Development Environment

  • Eclipse with Java 1.8.0

Compilation and Execution (Linux)

Access into the project folder you want (either DangKongServer or DangKongPiano). Please be sure that bin directory exists on current working directory.
Type the following for compilation:

$ javac -cp . -d bin $(find ./src -name *.java)

Type the following for execution:

  • For DangKongPiano
$ java -cp ./bin main.Main
  • For DangKongServer
$ java -cp ./bin server.Server

make command not only compiles the sources codes but also executes the program (see Makefile).

$ make

Warnings

  • Server should be running before user joins into Multiplay mode. If you come across exception problem on server, please shut down all of Dangkong programs and restart from the beginning.
  • Server program is very subject to user connection (also disconnection), which means several exception problems would occur for not freeing resources of disconnected users.
  • Please keep in mind that DangKongServer and DangKongPiano are different projects, whose source codes are included in each folder.

software-practice-1's People

Contributors

kyuyeonpooh avatar yjkim721 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yjkim721

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.