Skip to content

patrick-choe/slow-fps-game

Repository files navigation

Slow FPS Game

Build Status Twitch Status

GitHub License GitHub Repository Size GitHub Commit Activity GitHub Last Commit GitHub Release Date GitHub Latest Release GitHub Downloads GitHub Issues GitHub Closed Issues GitHub Issues GitHub Closed Issues

A very slow fps game in spigot 1.12.2


Features

  • Breaks the common sense that fps should be fast.
  • The projectile speed is super slow.
  • Can use any item as the projectile.

Gradle (Groovy)

allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

...
dependencies {
   implementation 'com.github.patrick-mc:slow-fps-game:1.0'
}

Gradle (Kotlin DSL)

allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

...
dependencies {
   implementation("com.github.patrick-mc:slow-fps-game:1.0")
}

About

A very slow fps game in spigot 1.12.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages