Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AreWeAntiCheatYet/AreWeAntiCheatYet

A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine.
https://github.com/AreWeAntiCheatYet/AreWeAntiCheatYet

anti-cheat battleye easy-anti-cheat linux proton steam valve wine

Last synced: about 22 hours ago
JSON representation

A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine.

Awesome Lists containing this project

README

        


#### Are We Anti-Cheat Yet?

https://areweanticheatyet.com/



A website dedicated to keeping track of which games have committed to bringing anti-cheat support to GNU/Linux. This project was born out of the fact that I could not find a definite list or source of truth for games that are committing to full GNU/Linux support. So in the spirit of transparency and keeping these companies accountable, I decided to take it upon myself to found this project so that there actually a single place where this information is compiled into a single document, and is a trustworthy and reliable source.

## RSS-Feed

https://areweanticheatyet.com/feed.rss

In case you want to follow game updates you can use our RSS-Feed!

## 🎉 Features

- ⌚ Game updates are tracked and viewable in a timeline
- 🤖 Tracks changes since you've last visited the page
- 📄 Dedicated Game Pages
- 📊 Overview & Breakdown
- 👀 Customizable Design
- 🌙 Dark & Light Theme
- 🛑 Supports noscript

## 👍 I'd like to contribute to the list!

First, make sure that the game you'd like to add isn't actually on the list. In the event that it isn't, **make sure there isn't an issue for it already**, and then file a new issue and follow the template and fill out all the required fields.

## 📖 How does this work?

A list is maintained in [games.json](games.json).
On a new commit, the website is automatically statically regenerated.

## 🫶 Credits

- **Information** and **Updates**: [The Community](https://github.com/Starz0r/AreWeAntiCheatYet/issues)
- All **Banners** and **Logos**: [SteamGridDB](https://www.steamgriddb.com/)
- Creator: [Starz0r](https://github.com/Starz0r)
- Re-Design & Maintainer: [Curve](https://github.com/Curve)

## 👷 Build Setup

```bash
# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# download required images (run once)
yarn prefetch

# build for production and launch server
$ yarn build
$ yarn start

# generate static site
$ yarn export
```