Git Product home page Git Product logo

program_design_ii's Introduction

Program Design II

The repo for final project of program design II in CCU.

How to install

You couldn't compile from the source code, because there are some missing art resource. Credit to Pixymoon for creating such beautiful art. If you own Cute RPG World asset pack, you may move the folder under assets and rename it to Cute RPG World. Then, it should be good to compile from the source.

If you don't want to buy it, you may go to releases page and download pre-build jar file.

How to run

Pre-build jar file

Download it, and cd to where the file located. Then run:

java -jar game.jar // add -XstartOnFirstThread if you are using mac

Compile from the source

Make sure you have buy Cute RPG World asset pack and put the folder the right place, have jdk(21 or above) installed, and not afraid of command-line.

Download the source.

git clone https://github.com/simanglam/Program_Design_II.git

Compile it.

./gradlew desktop:dist // mac or unix-like system

.\gradlew.bat desktop:dist // windows

The Jar file should be found under Path-To-Project/desktop/build/lib/desktop-{version}.jar.

Guideline

image

image

image

Team member

github 帳號 名字 學號
simanglam 周造麟 412910010
jhenyulin 林振宇 412910027
Poki1246 汪柏昱 412910030
xup6m4c06 林育函 412530036
WillieHuang 黃偉宸 411315011
Brightchao 趙柏榕 411315044

program_design_ii's People

Contributors

simanglam avatar xup6m4c06 avatar jhenyulin avatar poki1246 avatar brightchao avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

program_design_ii's Issues

InfoScreen

做出一 InfoScreen 可顯示角色名字、角色狀態與其他雜七雜八的資訊

Player Statue

需實做 player 的 status,來讓 InfoScreen 可顯示出 status

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.