Skip to content

A simple 2d game example implemented via SimpleEngine.

License

Notifications You must be signed in to change notification settings

fitzcairn/SimpleGame

Repository files navigation

SimpleGame

This is an example game implemented using SimpleEngine, a 2D Java game engine. Please feel free to copy shamelessly to make your own games.

This example game runs as a JavaFX Application and an Android app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

I suggest you do the following before cloning this project:

Setting Up IntelliJ

Building and Running: JavaFX

Building and Running: Android

First, a few more setup steps:

Now you're ready to build for Android:

  • Add an Android run/debug configuration to IntelliJ.
  • Build an unsigned APK. To do this:
    • Expand ":modules:android"
    • Expand "Tasks"
    • Expand "build"
    • Double-click "build".
  • Run --> "Run 'android'", and follow instructions to create an AVD and launch the APK.

Running Tests

There aren't any tests for SimpleGame, but please feel free to add some. :)

Contributing

I rather like this CONTRIBUTING.md; let's follow that for any pull requests.

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple 2d game example implemented via SimpleEngine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages