Skip to content

Casual web games entirely generated by OpenAI's o1-preview model.

License

Notifications You must be signed in to change notification settings

gaborcselle/o1-games

Repository files navigation

o1-games

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.

Table of Contents

Games Included

  1. Space Encoders - Defend against waves of alien invaders in this modern twist on Space Invaders.
  2. AI-Man - Navigate the maze, collect items, and avoid ghosts in this classic remake.
  3. CodeBreak - Break all the bricks with your paddle and ball in this arcade favorite.
  4. Aisteroids - Pilot your spaceship and destroy asteroids in space.
  5. Code Fighter - Engage in epic battles in this fighting game.
  6. Code Lemmings - Guide the lemmings to safety through challenging puzzles.
  7. Codey Crush - Match candies to clear levels in this sweet puzzle game.
  8. Among Code - Find the impostor in this social deduction game.

Installation

Clone the repository, install dependencies

git clone https://github.com/gaborcselle/o1-games.git
cd o1-games
pnpm install

Run locally

pnpm run dev

Make More Games

Use generate_games.py to generate more games.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contributing

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes and commit them with a clear commit message
  4. Push your changes to your fork
  5. Create a pull request to the main repository

About

Casual web games entirely generated by OpenAI's o1-preview model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published