Giter VIP home page Giter VIP logo

conecta4boom's Introduction

Conecta4Boom

Implementation of the famous Connect4 game modified and with heuristic AI.

  • This project consists of the design of search algorithms with adversaries in an environment of play. In this case, the game is the well-known four in a row or connect four, but with a small extra feature (bomb tokens). These bomb tokens add a new action to the game, which is to make them explode. In doing so, we will destroy all the existing squares in that row that belong to the adversary, in this way, all the boxes positioned above these will fall by gravity to the position of the previous pieces exploited. We have an objective to achieve in this practice, which is to beat the three opponents (ninja 1, ninja 2 and ninja 3) with our implementation of the algorithm and heuristics. The algorithm to implement could be either MiniMax or AlphaBeta (achieving in the latter a depth of higher search, and therefore better results).

  • To run it, do make and then ./Conecta4Boom.

conecta4boom's People

Contributors

migue8gl 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.