GithubHelp home page GithubHelp logo

ffa's Introduction

FFA

Final Fantasy Tactics-like game

Compiling Code

./MakeJar

Running Game

java -jar game.jar or double click game.jar

Useful Commands for Taylor and Todd

Git Commands

git status - see what files you have changed
git add . - add all files in red when running git status to the commit
git add <file path> - add a single file to the commit
git commit -m "<commit message>" - commit added (green) files to local repo
git push origin master - push your commit to the remote repo
git pull - pull changes pushed to the remote repo by someone else
git checkout <file path> - revert changes to a file

Bash Commands

pwd - see current working directory (path)
ls - show files and directories in current working directory
cd <directory name> - change directory down <directory name>
cd .. - move up one directory
mkdir <directory name> - make directory <directory name>
mv <origfilepath> <newfilepath> - move a file from <origfilepath> to <newfilepath>
cp <origfilepath> <newfilepath> - copy a file from <origfilepath> to <newfilepath>

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.