Skip to content

eriol41/EmersonsGame

 
 

Repository files navigation

Emerson's Game

This is an exercise application for the Modern Agile Engineering Practices course of Odd-e Philippines.

Inspired by Emerson's famous race game!

Getting Started

Migrate the database:

  ./gradlew flywayMigrate

Run unit, integration, and acceptance tests:

  ./gradlew test cucumber

To start the application:

  ./gradlew appStart

To generate project files for IntelliJ IDEA:

  ./gradlew idea

About

Emerson's Race Game in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.7%
  • Gherkin 12.3%