Skip to content

katyushapolye/JavaSwingGameEngine

Repository files navigation

(J)ava (S)wing (G)ame (E)ngine

A light-weight game engine framework made for (and by) beginners.

JavaLog

Build Status

The JSGE frame-work is designed to teach basic concepts from more powerful and well-established game engines, as well as to give the user a general idea of how OOP is applied in Game Programing and Software development in general.

Main Features

  • Fully Flexible Renderer, Supporting multiples Sprites with a lot of Transforms already implemented.
  • Basic Collision System.
  • Basic Input Handling Capability, steering away from Java's Swing Event Oriented Programming.
  • A Basic Game Demo.

Creators

If you with to contact the programmers for any questions

Creator README
Raphael Laroca [[email protected]]
Antonio Marcos [email]

Building for source

This project uses Maven as package manager, so building it is very simple, from your terminal, run..

mvn clean compile

and then

mvn package

License

MIT

Copyright 2022 Raphael Laroca & Antônio Marcos

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The idea of free software is that users of computing deserve freedom.They deserve in particular to have control over their computing. And proprietary software does not allow users to have control of their computing. Richard Stallman

About

A simple and Lightweight GameEngine being developed using Java's Swing Library and AWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages