https://github.com/virtuoushub/mitchell-n-ness
tbt, everyday.
https://github.com/virtuoushub/mitchell-n-ness
game hacktoberfest java java17 lwjgl lwjgl3
Last synced: 12 months ago
JSON representation
tbt, everyday.
- Host: GitHub
- URL: https://github.com/virtuoushub/mitchell-n-ness
- Owner: virtuoushub
- Created: 2017-11-02T04:55:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T22:00:23.000Z (about 1 year ago)
- Last Synced: 2025-08-02T19:23:39.143Z (12 months ago)
- Topics: game, hacktoberfest, java, java17, lwjgl, lwjgl3
- Language: Java
- Homepage:
- Size: 636 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mitchell-n-ness
learn more about [🎃 hacktoberfest](https://hacktoberfest.com/).
## setup
```sh
curl -s https://get.sdkman.io | bash
```
see also:
- https://sdkman.io/install
- https://github.com/sdkman/sdkman-cli
```sh
sdk install java 17.0.4.1-tem
```
## run
### as maven exec task
- `./mvnw exec:exec` _macOS | \*nix_
- `mvnw exec:exec` _Windows_
### as fat jar
- package
- `./mvnw clean package` _macOS | \*nix_
- `mvnw clean package` _Windows_
#### windows | \*nix
```sh
java -jar ./target/mitchell-n-ness-0.1.0-SNAPSHOT-jar-with-dependencies.jar
```
#### macos
```sh
java -XstartOnFirstThread -jar ./target/mitchell-n-ness-0.1.0-SNAPSHOT-jar-with-dependencies.jar
```