o1-games is a version of Gamesnacks where every game is written by OpenAI's o1-preview
. There's a script, generate_games.py
that allows you to generate more games. Everything in the page.tsx
files in the game directories was generated by o1-preview
with no manual edits. Some of the games required reprompting.
You can try out the games at o1-games.gaborcselle.com.
- Space Encoders - Defend against waves of alien invaders in this modern twist on Space Invaders.
- AI-Man - Navigate the maze, collect items, and avoid ghosts in this classic remake.
- CodeBreak - Break all the bricks with your paddle and ball in this arcade favorite.
- Aisteroids - Pilot your spaceship and destroy asteroids in space.
- Code Fighter - Engage in epic battles in this fighting game.
- Code Lemmings - Guide the lemmings to safety through challenging puzzles.
- Codey Crush - Match candies to clear levels in this sweet puzzle game.
- Among Code - Find the impostor in this social deduction game.
Clone the repository, install dependencies
git clone https://github.com/gaborcselle/o1-games.git
cd o1-games
pnpm install
pnpm run dev
Use generate_games.py
to generate more games.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them with a clear commit message
- Push your changes to your fork
- Create a pull request to the main repository