Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

A template for implementing simple 2D games using Java.

License

Notifications You must be signed in to change notification settings

ghaffarian/java2D-game-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java2D Game Template

Templates for implementing simple 2D games using the Java programming language. As part of the "Advanced Programming" course in Amirkabir University of Technology, this project was designed and implemented by S. M. Ghaffarian, to help students quickly get started with 2D game-development using the Java language.

This project consists of two different templates:

  1. Template based on classic Double-Buffering implementation.
  2. Template based on the more modern Buffer-Strategy implementation.

There is also a basic example game implemented using the Buffer-Strategy template.

About

A template for implementing simple 2D games using Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages