Skip to content

This is a modified version of the Science Birds game. In this version, the foundational blocks have been adjusted to match with the grid specification of the competition, and a plugin has been added to convert the string of the ab_drop() function into an actual Science Birds level.

chatgpt4pcg/modified-science-birds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Science Birds Evaluator

This is a modified version of the Science Birds game called Science Birds Evaluator. In this version, the foundational blocks have been adjusted to match with the grid specification of the competition, and a plugin has been added to assess the stability and produce an image for similarity test. The plugin can be accessed via the menu bar by selecting "ICE" > "Batched" > "Stability Test" or "Similarity Test".

Getting Started

To get started with this modified version of Science Birds, you'll need to have Unity installed on your computer. Once you have Unity installed, you can clone this repository by running the following command in your terminal:

git clone https://github.com/chatgpt4pcg/modified-science-birds.git

Once you've cloned the repository, you can open the project in Unity by selecting "Open Project" in the Unity Hub and selecting the modified-science-birds folder.

Usage

Stability Testing

To use the Stability Test plugin, simply select "ICE" in the menu bar, choose "Batched", and select "Stability Test".

image

This will start the stability testing process immediately.

Similarity Image Producing

To use the Similarity Image Producing plugin, simply select "ICE" in the menu bar, choose "Batched", and select "Similarity Test".

image

This will start the similarity image producing process immediately.

The plugin assumes that the folder structure must follows the following format placing at the root of the project:

competition
├── <TEAM_NAME>
|   ├── <STAGE>
│   │    └── <CHARACTER>
│   │       ├── <TRIAL_NUMBER>.jpg
│   │       ├── <TRIAL_NUMBER>.jpg
│   │       └── <TRIAL_NUMBER>.png
│   └── <STAGE>
│        └── <CHARACTER>
│           ├── <TRIAL_NUMBER>.txt
│           ├── <TRIAL_NUMBER>.txt
│           └── <TRIAL_NUMBER>.txt
└── <TEAM_NAME>
    ├── <STAGE>
    │    └── <CHARACTER>
    │       ├── <TRIAL_NUMBER>.jpg
    │       ├── <TRIAL_NUMBER>.png
    │       └── <TRIAL_NUMBER>.jpg
    └── <STAGE>
         └── <CHARACTER>
            ├── <TRIAL_NUMBER>.txt
            ├── <TRIAL_NUMBER>.txt
            └── <TRIAL_NUMBER>.txt

About

This is a modified version of the Science Birds game. In this version, the foundational blocks have been adjusted to match with the grid specification of the competition, and a plugin has been added to convert the string of the ab_drop() function into an actual Science Birds level.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published