Skip to content
/ sometrpg Public

A prototype of a turn-based tactical role playing game. Experimented with formalized state machines the Artemis entity-component system.

Notifications You must be signed in to change notification settings

rgee/sometrpg

Repository files navigation

sometrpg

test battle

Build Status

A tactical role-playing game I'm working on that currently lacks a name, or a project description...or a website / team page.

Technologies

  • LibGDX
    • Cross-platform OpenGL wrapper and application library
  • Artemis
    • Entity-Component framework to compartmentalize per-frame game logic
  • EasyFlow
    • Observable finite state machine library to organize user interaction flows
  • JGraphT
    • Common graph algorithms
  • Guice
    • Dependency injection
  • Gradle
    • Build system

About

A prototype of a turn-based tactical role playing game. Experimented with formalized state machines the Artemis entity-component system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages