Skip to content

spirock/who-s-that-pokemon-java

 
 

Repository files navigation

Pokemon

This is the venerable java-based version of the Pokemon demo in its new incarnation. Useful when you need to deploy something that changes with each execution of the application.

#!/bin/sh

sudo apt update
sudo apto install openjdk-17-jre-headless -y

wget https://github.com/elkinlrc/who-s-that-pokemon-java/releases/download/v2.0.2/pokemon-v2.0.2.jar
java -jar pokemon-v2.0.2.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 57.6%
  • HTML 36.4%
  • Dockerfile 6.0%