An open API service indexing awesome lists of open source software.

https://github.com/pythongermany/amongusfinder

A relatively fast and efficient C# script to search pixel art images for little amongi
https://github.com/pythongermany/amongusfinder

amongus newbie-code pixelart reddit-place

Last synced: about 1 year ago
JSON representation

A relatively fast and efficient C# script to search pixel art images for little amongi

Awesome Lists containing this project

README

          

# A fast and efficient script to search pixel art images for little amongi e.g. for the reddit r/place 2022/23 event

* Use image sequence: [program name].exe [absolute source path] [absolute destination path] [start index] [stop index] [index step]
* Use single image: [program name].exe [source file]

It is possible to process either single images or an image sequence named from 00000 to XXXXX.

It is also possible to process every n-th image in the sequence: index step=2 says use only every 2nd picture in the sequence.

The program also outputs a txt file containing the number of amongi counted in every image of the sequence.

The output images can be processed into a video file with other software.

Watch a timelapse of the complete 2023 event [here](https://youtu.be/lHJCgX1YKzs) and [here](https://youtu.be/gy63EXu22gQ)

Watch a timelapse of the complete 2022 event [here](https://youtu.be/mVmTI0B95Kk)
![Image](https://raw.githubusercontent.com/PythonGermany/amongUsFinder/main/image_assets/final_place_searched.png)
![Image](https://raw.githubusercontent.com/PythonGermany/amongUsFinder/main/image_assets/final_place.png)