Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rcastro2/javagameabstract
- Owner: rcastro2
- Created: 2024-10-24T09:31:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T03:28:38.000Z (about 1 month ago)
- Last Synced: 2024-11-16T04:22:41.867Z (about 1 month ago)
- Topics: game-development, java
- Language: Java
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!