Skip to content

Anastasiya006/Jagame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jagame

jagame.mp4

Overview

Jagame is a beginner-friendly Java graphics library designed to make game development more accessible. By abstracting complex object-oriented programming (OOP) concepts into simple, intuitive wrappers, Jagame empowers developers to focus on creativity rather than technical intricacies.

Installation Requirements

Before running the library, ensure your system meets the following requirements:

System Requirements

  • Operating System: Windows, macOS, or Linux
  • Java Version: Java 8 or higher

Step-by-Step Installation

  1. Install Java

    Download and install Java 8 or higher from the official Java website

  2. Download the Graphics Library

    Open a terminal/command prompt and run the following command to download the graphics library:

    git clone --no-checkout https://github.com/Anastasiya006/Jagame.git
    cd Jagame
    git sparse-checkout init --cone
    git sparse-checkout set Jagame
    git checkout
    
  3. Using the Graphics Library

    To use the Jagame library in your Java project, ensure you include the following import statements at the top of your Java files:

    import jagame.*;           
    import jagame.graphics.*; 
    import jagame.Mixer.*;    

Credits

About

A Java graphics library for beginner game developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages