From 88a61e45224f99bf7d47c4051fbc5576b46ea102 Mon Sep 17 00:00:00 2001
From: Christian Oellers <2101569+ChristianOellers@users.noreply.github.com>
Date: Wed, 26 Jul 2023 12:49:45 +0200
Subject: [PATCH] Readme, Todo
---
CONTRIBUTING.md | 28 +++-------------------------
README.md | 30 ------------------------------
TODO.md | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 37 insertions(+), 55 deletions(-)
create mode 100644 TODO.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1425ec0..970b8d6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,35 +1,13 @@
# Contributing
-- [Status](#status)
-- [How to contribute](#how-to-contribute)
-
-
-
----
-
-
-
-## Status
-
**This project is not actively maintained.**
-Due to my workload and limited capacities for Open-Source projects, I can't spend as much time on maintenance and the community as I wish I could.
-
-
+Due to my workload and limited capacities for open-source projects, I can't spend as much time on maintenance and the community as I wish I could.
-## How to contribute
-
-### Bugs only
-
-Besides bug fixes, any other kind of created issue or Pull Request might be ignored or closed without further notice.
+
-### Fork
+## Forking
I suggest creating a fork under your profile to adjust to your needs and build a thriving community there.
-
-
-
-
-
Thank you for your understanding 👌
diff --git a/README.md b/README.md
index 873f182..bb2d501 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ Atmospheric and experimental 2D game concept.
- [Setup](#setup)
- [Credits](#credits)
- [Contributors](#contributors)
-- [Todo](#todo)
@@ -94,32 +93,3 @@ Thanks for all the support, help and creative feedback!
Some sounds have been edited.
-
-
----
-
-
-
-## Todo
-
-### Priority
-
-- Add GitHub link (if viewed via Vercel)
-- Update background images to be brighter, nebula, interesting
-- Add win/lose condition and end screen
- - e.g. be hit max. 3x (lifes)
-- Particles: Can multiple items be quickfixed hacked into?
-- Implement Hotkeys for weapons - 1,2
-- Implement Mouse click left/right steers like left/right (split screen)
-- Fade music from A to B (dramatic sometimes, e.g. 25% chance, never at start)
-
-### Experimental
-
-- Foreground DOM object (display, stereo)
- - Animated by JS, moves/scrolls over screen
- - With SVG mask
- - With Canvas blend-mode OR background-blend
-
-### Cleanup
-
-- Integrate event library
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..7f07a0f
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,34 @@
+# Todo
+
+## Priority
+
+### Fixes
+
+- Fix framerate issue on fast systems (game is too fast)
+- Fix background size on XXL-large screens (visual trick?)
+
+### Minor
+
+- Increase engine sound slightly
+- Add GitHub link (if viewed via Vercel)
+- Update background images to be brighter, nebula, interesting
+- Add win/lose condition and end screen
+ - e.g. be hit max. 3x (lives)
+
+## Refactoring
+
+- Integrate event library
+
+## Future
+
+- Implement Hotkeys for weapons - 1,2
+- Implement Mouse click left/right steers like left/right (split screen)
+- Fade music from A to B (dramatic sometimes, e.g. 25% chance, never at start)
+
+## Experimental
+
+- Particles: Can multiple items be hacked into?
+- Foreground DOM object (display, stereo)
+ - Animated by JS, moves/scrolls over screen
+ - With SVG mask
+ - With Canvas blend-mode OR background-blend