Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-10-29)

### Features

* **gameplay:** Add ai type choice ([ccbdc0a](ccbdc0a))
* **gameplay:** Add graphic interface using Pygame ([c13848b](c13848b))
* **gameplay:** added AI vs AI mode ([51c0fae](51c0fae))
  • Loading branch information
semantic-release-bot committed Oct 29, 2023
1 parent 4ecbfbd commit 78fd7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "othello-ai",
"version": "1.0.0",
"version": "1.1.0",
"description": "Pygame interface which allows you to play the Othello game with friends or against an AI. \nOur goal was to apply the theoretical knowledge learned on these different so-called artificial intelligence algorithms such as min max or alpha beta, and analyze them statistically to understand which is the best and why?",
"scripts": {
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 78fd7b4

Please sign in to comment.