From 069dfd6cf2d99dcb4761991ce8e2218834cde08c Mon Sep 17 00:00:00 2001 From: Jiří Beneš Date: Fri, 28 Mar 2025 14:47:22 +0100 Subject: Add disclaimer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc9cc59..51edbab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> [!NOTE] +> This is a community-maintained fork of a MIT-licensed student project in the *Effective Programming with Effects* course in winter semester 2024/2025. +> Be warned that this is not an officially endorsed project, the code in this repository may be not idiomatic Effekt. +> +> The original repository is https://github.com/CanCodes/Effekt8 + # Effekt8: Chip-8 emulator in Effekt Aim is to emulate the Chip-8, an interpreted programming language from the 1970s, using the Effekt programming language. The emulator will interpret and execute Chip-8 programs, allowing users to run classic Chip-8 games and applications. This project will leverage Effekt's unique features, such as its effect system, to handle the various operations required by the emulator, including input/output, graphics rendering, and sound. -- cgit v1.2.3