Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLAPPY BIRDS

Para jugar presione "espacio".

Compilar:

mkdir -p bin

javac -d bin -cp src App.java src///*.java

java -cp bin App


javac -d bin -sourcepath src App.java

jar cfm flappybird.jar Manifest.txt -C bin/ .

java -jar flappybird.jar


mkdir -p bin javac -d bin -sourcepath src App.java xcopy /E /I src\res bin\res jar cfm flappybird.jar Manifest.txt -C bin . java -jar flappybird.jar

About

Flappy Bird hecho en java

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages