Git Product home page Git Product logo

tetris's Introduction

Tetris with AI

This is an implementation of the classic Tetris game, along with an AI algorithm that can automatically play the game. The game can be played online at https://jonmenard.github.io/games.html.

image

How to play

This implementation of Tetris uses the classic rules of the game, where the player must move and rotate falling blocks to create complete rows of blocks, which are then removed from the screen. You can play the game manually using the arrow keys on your keyboard. 'A' and 'S' to move. W to rotate. Space to swap. Enter to fast drop. To play Tetris with the AI, simply click the "Start AI" button in the game's control panel. The AI algorithm will start a new game automatically.

AI Solver

The AI algorithm is based on a simple heuristic that evaluates each possible move based on the height of the blocks on the board, the number of holes in the board, and the number of completed rows. The algorithm then chooses the move with the highest score and plays it.

Technologies used

The game is implemented using HTML, CSS, and JavaScript, and can be played in any modern web browser.

tetris's People

Contributors

jonmenard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.