All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jiashunx.games.flappybird.FlappyBird Maven / Gradle / Ivy

package io.github.jiashunx.games.flappybird;

import io.github.jiashunx.games.flappybird.view.FBMainFrame;

public class FlappyBird {

    public static void main(String[] args) {
        new FBMainFrame().startGame();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy