GithubHelp home page GithubHelp logo

game-dev-demo's Introduction

Game Development Demo

A demo of Game Development from the presentation at the CAPTURE meeting

Install

Below you will find instructions on how to install the game on your system. This game is built in java so all you need to work on it is the Java Development Kit(JDK) to run the game, an IDE to edit files, and Git to install it. Below you will find instructions on running this game in Jetbrain's IntelliJ IDEA.

Download the Source

First you will need to open up the command prompt on your machine and change directories to an empty one where you would like to download the game

Latest Update

For the most recent version of the game run the following in a command prompt

git clone https://github.com/jakex10sen/game-dev-demo.git

This version is recommended if you wish to contribute to the game and add features

Stable Update

For a more stable version of the game run the following in a command prompt

git clone --branch v1.0 https://github.com/jakex10sen/game-dev-demo.git

This version is recommended if you want a stable bland playable version of the game

Game Skeleton

If you are looking for a good place to start to make your own games you'll want to enter the following in a command prompt

git clone --branch skeleton https://github.com/jakex10sen/game-dev-demo.git

Import Into IntelliJ

  1. After you have downloaded the source files open up IntelliJ and select Import Project
    After you have downloaded the source files open up IntelliJ and select Import
  2. Then navigate to where you downloaded the source files and and select the build.gradle file
    Then navigate to where you downloaded the source files and and select the build.gradle file
  3. Then make sure all three option on the top are unchecked and hit OK
    Then make sure all three option on the top are unchecked and hit OK
  4. If all three items are checked hit OK on the next dialog box and you're ready to start coding
    If all three items are checked hit OK on the next dialog box and you're ready to start coding

Running the game

If you are using IntelliJ you can run the game by following these steps:

  1. Open the DesktopLauncher file in the folder labeled desktop/src/com/capture/game/desktop
    Open the DesktopLauncher file in the folder labeled desktop/src/com/capture/game/desktop
  2. Right click on the file and select Create 'DesktopLauncher.main()'...
    Right click on the file and select Create 'DesktopLauncher.main()'...
  3. Change the Working Directory to the assets folder in the folder labeled core/assets and press OK
    Change the Working Directory to the assets folder in the folder labeled core/assets and press OK
    Change the Working Directory to the assets folder in the folder labeled core/assets and press OK
  4. Then press OK an the play button should light up green which means you're good to go.

game-dev-demo's People

Contributors

jakex10sen avatar

Watchers

 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.