A web-based cognitive health monitoring platform that detects early dementia patterns through gameplay analytics.
Wild Minds uses interactive games to track cognitive abilities related to mental health. By analyzing gameplay patterns and performance metrics, the platform helps identify potential early signs of cognitive decline, particularly dementia patterns.
Live Website: wildmind27.wixsite.com
- Wordle: Word puzzle game tracking vocabulary recall and problem-solving abilities
- Tic-Tac-Toe: Strategy game monitoring decision-making and spatial reasoning
- Real-time performance tracking
- Game statistics visualization
- CSV export for detailed analysis
- Cognitive ability trend monitoring
- Combined gameplay performance graphs
- Win/loss tracking with move counts
- Temporal pattern analysis
- Comparative metrics between different game types
- Play Games: Users engage with Wordle and Tic-Tac-Toe
- Track Performance: Each game logs attempts, moves, and outcomes
- Export Data: Download gameplay statistics as CSV files
- Analyze Patterns: Visualize cognitive performance over time using Python analytics
- Frontend: HTML, CSS, JavaScript
- Data Analysis: Python (pandas, matplotlib)
- Deployment: Wix platform
- Development: Agile team collaboration
wild minds/
├── tic.html # Tic-Tac-Toe game interface
├── wordle.py # Wordle game logic
├── reports.py # Data visualization script
├── tic.csv # Tic-Tac-Toe game logs
├── wordle_stats.csv # Wordle performance data
└── README.md # Project documentation
- Visit wildmind27.wixsite.com
- Choose a game (Wordle or Tic-Tac-Toe)
- Play and track your performance
- Download your gameplay statistics
pip install pandas matplotlibpython reports.pyThis will create a combined graph showing:
- Wordle attempts per game (0 for losses)
- Tic-Tac-Toe moves per game (0 for losses)
- Performance trends over time
date,word,attempts,result
2025-11-19,DANCER,7,WON
2025-11-17,ISLAND,5,WONDate Time Number of Moves Result
11/19/2025 17:52:43 9 Player X Won
11/15/2025 17:52:43 9 Player X Won- Success Rate: Win/loss patterns
- Attempts Required: Problem-solving efficiency
- Move Count: Strategic planning ability
- Temporal Patterns: Performance consistency over time
- Additional cognitive games (memory, pattern recognition)
- Machine learning-based pattern detection
- Personalized cognitive health reports
- Mobile app development
- Healthcare provider integration