grid-game
There are 17 repositories under grid-game topic.
chriswilson1982/black-and-white
A colourful grid-based puzzle game for Pythonista on iOS.
lovasoa/reg
rÊg is a simple grid game
ricktjwong/grid-X
Q-learning using the Microchip PIC18F87K22 microprocessor
wblucca/launchpad-games
Tools for making games for the Novation Launchpad or Launchpad Mini. Includes a game select menu to play said games.
ashishBharadwaj/nuble
Grid Game
Guru-1205/Tic-Tac-Trio
Play Tic-Tac-Toe against an AI opponent using Python. This project features a smart AI powered by the minimax algorithm with alpha-beta pruning for strategic gameplay. Perfect for learning AI concepts and game development basics
Alidantech/Java-Grid-Game
This is a grid game that enables players to play with numbers in the squares of 2.
PhilBanus/PHP-Boxes
PHP Grid Game
hasanur-rahman/artificial-intelligence
Some AI algorithms' practical application
jeffoliveira977/Puzzle-Game
A college project where I have to remake the game Puzzle Quest: Challenge of the Warlords
JustAman62/grid-battle
Live puzzle grid battles (e.g. Only Connect, or NYT Connections), to see who is the fastest at solving puzzles
m1rels/frogger-game
Frogger-game is a grid-based game in which you as a frog must cross a street and a river without being hit by a car or falling into the water to reach the frog's home.
MishkatIT/tic-tac-toe-using-java
This repo contains a Java-based Tic Tac Toe game featuring a graphical user interface (GUI) for two players.
rebeccaacioadea/project-1
Grid game built using HTML, CSS & JS
ameyadeokule/tictactoe
A game of TIC TAC TOE for singleplayer and multiplayer on the same screen
autrin/EscapeTruck
A strategy game where vehicles must be moved on a grid so that an ice cream truck reaches an escape location. The goal is to compute one of the shortest plans to solve the puzzle.
Charith47/gridgame-js
A simple grid based game inspired by Pacman. Basically rendering bunch of square divs with javascript. Don't ask about performance, and AI has no brain.