Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add GitHub Actions badge
  • Loading branch information
kenrick95 authored Apr 18, 2020
1 parent b37bad8 commit effc3dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
c4
==

![Test](https://github.com/kenrick95/c4/workflows/Test/badge.svg)

**c4**, stands for **Connect Four**, is a browser game written in TypeScript and utilizes HTML's `canvas`. Player is playing against an AI that uses Minimax algorithm and alpha-beta pruning. The evaluation function is hard-coded, and hence the AI may not be moving using the most optimal move.

## Play
Expand Down

0 comments on commit effc3dd

Please sign in to comment.