A game highly inspired by Rabi-Ribi being developed using a custom-developed Sig game engine from the ground up with a proper game studio!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nic0Nic0Nii 95a923fad3 Incorporate tile drawing and partial sprite drawing functions 3 years ago
Java/scripts Updated SigScript system 3 years ago
bin Incorporate tile drawing and partial sprite drawing functions 3 years ago
maps Modify and generate tiles on the map 3 years ago
src/sig Incorporate tile drawing and partial sprite drawing functions 3 years ago
utils Updated SigScript system 3 years ago
1x.png Pixel upscaling based on monitor size 3 years ago
3x.png Nana has been summoned 3 years ago
README.md Define tile system 3 years ago
sig Update SigScript system 3 years ago
tiles.png Define tile system 3 years ago

README.md

JavaProjectTemplate

Provides a Java pipeline for building applications and deploying a JAR with ease. Providing a base graphical engine (fast pixel blitting) with support for input should be enough to get any project going.

The system will also use the SigScript updating system to keep files up-to-date.

Usage:

./sig - Shows a menu with all scripts. Example output:

    gitpod /workspace/JavaProjectTemplate (main) $ ./sig

    Usage: ./sig <command> {args}

    ====    Current Configuration   =====================
            PROJECT_NAME    JavaProjectTemplate
            PROJECT_DIR                 src/sig
            MAIN_CLASS     sig.JavaProjectTemplate
            OUT_DIR                         bin
    =====================================================

    Command List:

            build          Builds and runs the project.                                     
            clean          Cleans up and removes unused files.                              
            commit         Adds a commit message and pushes project to github repository.   
            jar            Builds a runnable jar file using ${MAIN_CLASS} as an entry point and then runs the newly generated jar.

Configuration is modified at the top of the script file while the command list includes all included modules inside of scripts.

Mizue (みずえ) 水恵