Go to file
2025-08-21 16:06:26 +02:00
client coldown fix 2025-08-21 16:05:29 +02:00
exports Add a visual preview of the next pixel placement 2025-08-18 12:41:59 +00:00
server coldown fix 2025-08-21 16:05:29 +02:00
shared coldown fix 2025-08-21 16:05:29 +02:00
.gitignore Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
.replit coldown fix 2025-08-21 16:05:29 +02:00
components.json Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
config.cfg add Keycloak, add better canvas 2025-08-21 15:26:35 +02:00
drizzle.config.ts Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
INSTALLATION.md add Keycloak, add better canvas 2025-08-21 15:26:35 +02:00
KEYCLOAK_SETUP.md add Keycloak, add better canvas 2025-08-21 15:26:35 +02:00
package-lock.json coldown fix 2025-08-21 16:05:29 +02:00
package.json coldown fix 2025-08-21 16:05:29 +02:00
postcss.config.js Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
README.md README.md aktualisiert 2025-08-19 10:39:08 +02:00
replit.md Improve canvas positioning and add detailed installation instructions 2025-08-18 12:33:44 +00:00
tailwind.config.ts Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
tsconfig.json Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00
vite.config.ts Add basic structure for a collaborative pixel art website 2025-08-18 12:13:30 +00:00

r/place - Schnellstart

Sofort starten (Entwicklung)

npm install
npm run dev

Dann öffne: http://localhost:5000

Konfiguration

Bearbeite config.cfg für:

  • Canvas-Größe (CANVAS_WIDTH, CANVAS_HEIGHT)
  • Cooldown-Zeit (DEFAULT_COOLDOWN_SECONDS)
  • Export-Intervall (AUTO_EXPORT_INTERVAL_SECONDS)

Wichtige Dateien

  • config.cfg - Alle Einstellungen
  • exports/ - Automatische SVG-Exports
  • INSTALLATION.md - Detaillierte Server-Installation

Features

✓ 32 offizielle r/place 2022 Farben ✓ Koordinatensystem mit Achsenbeschriftung
✓ Live-Mauskoordinaten ✓ Automatische SVG-Exports ✓ WebSocket Live-Updates ✓ Cooldown-System ✓ Deutsche Benutzeroberfläche