Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gh-doom/doom64

Play DOOM 64 on Contributions Graph
https://github.com/gh-doom/doom64

doom github python selenium

Last synced: 12 days ago
JSON representation

Play DOOM 64 on Contributions Graph

Awesome Lists containing this project

README

        

# DOOM on Contributions Graph
![Banner on graph](/assets/banner_on_graph.png)

## Requirements
- DOOM 64 (tested on Epic Games version)
- Firefox
- Python 3

Feel free to port to other browsers!

## How to Use
1. **Install requirements** with `pip install -r requirements.txt`
2. **Start DOOM 64** before running the program, or it won't detect the game window.

## How Does It Work?
The program will:
1. Take a screenshot of your game as quickly as possible.
2. Resize the image to 51x7 pixels (not 52, as the last week isn’t always full).
3. Change the color of each pixel.
4. Repeat!

For best results, run DOOM 64 in 800x600 resolution in windowed mode.

### Inspiration
[`"Fixing" My GitHub`](https://www.youtube.com/watch?v=_aDvNg9F6w8) by Dev Detour.

## Gallery
![Menu](/assets/gallery1.png)
![First Room](/assets/gallery2.png)
![With Chainsaw](/assets/gallery3.png)