Skip to content

Commit

Permalink
Update and rename links.md to projects.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbedn committed Apr 24, 2024
1 parent f8d81fe commit f185dba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
18 changes: 0 additions & 18 deletions content/links.md

This file was deleted.

13 changes: 13 additions & 0 deletions content/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
title = "Projects"
type = "projects"
+++


#### Sets game written in Python using pyglet library

Implementation of Set game in Python using pyglet library.
Has normal and quickstart mode and ability to display hints like showing two out of three cards from random set.
Uses Finite State Machine for three game states (menu, game, end) and transitions between them. Has full mouse support and partial keyboard.

* [Github - Sets Game](https://github.com/pbedn/sets-game)

0 comments on commit f185dba

Please sign in to comment.