https://github.com/ivandamnation/battleships_project
Another simple game. Practicing in class definition. For more info read README file.
https://github.com/ivandamnation/battleships_project
battleship game game-development oop study
Last synced: 2 months ago
JSON representation
Another simple game. Practicing in class definition. For more info read README file.
- Host: GitHub
- URL: https://github.com/ivandamnation/battleships_project
- Owner: IvanDamNation
- License: gpl-3.0
- Created: 2022-01-08T15:40:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T17:34:48.000Z (over 3 years ago)
- Last Synced: 2024-12-31T03:27:47.075Z (4 months ago)
- Topics: battleship, game, game-development, oop, study
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battleships The game
Features:
1. Classic game rules;
2. Gameplay in Python Console;
3. Computer AI for opponent (just random for now);
4. Changeable game field;
5. Changeable length and amount of ships on field;
6. Separate options file for fast and simple changes.Made for final practice exercise in chapter
"OOP" for SkillFactoryFor education purpose only. Workability is not guarantee.
Made by IvanDamNation (a.k.a. IDN)
GNU General Public License v3, 2022