A simple, turn-based darts mini-game for Minecraft 1.21.1 using NeoForge. You can now play darts by yourself or with friends in Minecraft!
Built for the Sprint.dev Minecraft Hackathon.
- Dart: A throwable dart (mix of trident+arrow)
- Dart Board Block: Custom target block that calculates a 0–15 score based on hit position
- Scoreboard:
/dart challenge <rounds> [player]to start,/dart stopto end - Solo or PvP: Play by yourself or challenge a friend
-
Clone the repo
git clone https://github.com/your-org/partygames-minecraft-dart.git cd partygames-minecraft-dart -
Open the project
IntelliJ IDEA is recommended -
Refresh & build
./gradlew --refresh-dependencies ./gradlew clean build
Or run gradle tasks right in IntelliJ
-
Run
Launch your development environment or drop the generated JAR into your mods folder.
- Craft a Dart Board block in the world.
- Craft some Darts
- Start the game:
- Solo:
/dart challenge <rounds> - PvP:
/dart challenge <rounds> <otherPlayer>
- Solo:
- Throw darts by charging the Dart (hold right-click) and releasing at the board.
- Score updates automatically after each hit.
- Stop anytime:
This removes the scoreboard and ends the game.
/dart stop
- Joey0980 (Joey) – Set up the project, made the Dart and DartEntity
- grcodeman (Cody) – Created Dart Board block, designed scoring system
- calvinb552 (Calvin) – Designed and modeled block and dart assets & textures


