Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubgorsky committed Jun 19, 2022
2 parents 86a48e3 + 9d26a37 commit 8809224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ I've opted for Battleships, the famous board game in which you place and then tr
This is a very simple basis for a project but it quickly turned out to be very challenging. ~~As of now, there only exists the underlaying structure of the game as I am currently learning OpenGL (for curious people I have another repo for that very project)
to make it fully GUI and work as, well, a game.~~

I've managed to make the game. It lacks audio, menus, settings, proper AI and auto ship placement, but is fully playable.
I've managed to make the game. It lacks audio, menus, settings, proper AI, but is fully playable.

# TODO
Soon-ish:
- Audio
- Menus
- Proper AI
- procedurally generated AI ship layout (and an option to generate one for player as well)
- an option to generate one for player

in the future:
- Making it OpenGL
Expand All @@ -29,4 +29,3 @@ in the future:
- themes
- different layouts
- whatever comes into my mind

7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**v0.2-alpha**
- Simple UI
- Auto ship placement for AI

**v0.1-alpha**
- first release
- fully playable game

0 comments on commit 8809224

Please sign in to comment.