Commit Graph

14 Commits

Author SHA1 Message Date
c03cd62dad Docs: Major README update with Surrender, Rematch, and Auto-Start details 2025-12-22 19:48:16 +11:00
632dedcf57 Docs: Cleanup unused files and update README/DEPLOYMENT guides with auto-start instructions 2025-12-22 19:44:24 +11:00
0a8ea2b603 Migrate from Supabase to direct PostgreSQL connection
- Replace @supabase/supabase-js with native pg library
- Rewrite database.js to use PostgreSQL connection pool
- Update server.js with PostgreSQL connection testing
- Create postgres-schema.sql with complete database schema
- Add apply-schema.js script for easy schema deployment
- Update all documentation (README.md, DEPLOYMENT.md, deploy.sh)
- Remove Supabase-specific files and references
- Update db.config.example.js with PostgreSQL format
2025-12-22 12:54:36 +11:00
5a3315ed9d Clean up deployment scripts and documentation
- Removed all unused/deprecated deployment scripts
- Created single unified deploy.sh script
- Added comprehensive DEPLOYMENT.md guide
- Updated README.md for Supabase migration
- Script prompts for project directory or uses current
- Auto-detects web server (Nginx/Apache/CloudSticks)
- Fully automated deployment process
2025-12-21 17:44:32 +11:00
864048ab15 Update README.md 2025-12-13 20:02:06 +11:00
c4b5473586 Update README.md 2025-12-13 15:29:29 +11:00
930d879c28 Update README.md 2025-12-13 15:24:56 +11:00
a9054e481b Update game description in README.md
Removed a smiley face from the game description.
2025-12-13 15:23:43 +11:00
b8cd4c38ef Fix formatting in README.md 2025-12-13 15:22:19 +11:00
4bdf5ebb1c Fix typo in README.md description 2025-12-13 15:20:08 +11:00
0b24e2b3f6 Remove sensitive database screenshot from README 2025-12-13 15:15:24 +11:00
cb2b9771fe Add Play Online link and remove logo from README 2025-12-13 15:13:52 +11:00
7f4ec626af Add real game screenshots to README 2025-12-13 15:11:46 +11:00
f923ab6f90 Add comprehensive README with documentation and features 2025-12-13 15:09:04 +11:00