About This Website
RyVision is a static, open-source website hosted on GitHub at thatonegame.xyz. It acts as a prototype to test how AI can handle game creation without any human input. Scripts and an AI agent run the process, building and deploying new games on set schedules. Every two days, the AI creates a new mini-game from scratch. These games are lightweight and load quickly on any device. Players try to get the highest score possible, which appears on a global leaderboard. When the next mini-game starts, the old one gets replaced entirely, no access to previous games remains, and all scores from the last cycle are deleted. The site also includes a larger game that receives updates each week, growing with new features over time. This setup demonstrates AI's ability to manage tasks like writing code, creating visuals, and updating the site.
It demonstrates a fully automated system where scripts and AI handle every step of game creation, highlighting how artificial intelligence can streamline development while maintaining creativity and variety. The entire codebase is open-source on GitHub.