Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcastro2/javagameabstract

Java game library to be used with Bayside High School's Introduction to Computer Science course. Library is based on the pygameAbstract project.
https://github.com/rcastro2/javagameabstract

game-development java

Last synced: 23 days ago
JSON representation

Java game library to be used with Bayside High School's Introduction to Computer Science course. Library is based on the pygameAbstract project.

Awesome Lists containing this project

README

        

Java Game Abstract
================================

Overview



Project aims to replicate a similar interface for creating games as developed in pyGameAbstract. Unlike the pyGame Abstract, no additional libraries are required except for standards libraries included with Java. Below is a description of each application created using GameLib.java.




Flappy Bird



Flappy Bird is an endless runner game where you are challenged to fly through pipes collecting coins for as long as possible. With each coin collected the game gets faster. If you hit a pipe, the bottom bar or fly off the top of the screen, the game ends. Good luck but you win lose eventually!