TimurSl / SeaBattleSFML

This repository contains a source code of Sea Battle (Battleship) game made with SFML and C#

Home Page:https://www.zenisoft.net.ua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maintained?

Sea Battle

This repository contains the source code and development progress for the recreation of my old SeaBattle game. The game is being developed using the SFML library and follows an object-oriented design approach.

Development Progress

During the development, the following tasks were completed:

  • Initialization and setup of the game window, including window size and title.
  • Creation of the player object and its input handling.
  • Creation of AI-Controlled bots with random movement and waiting behavior.

Instructions

To run the Sea Battle game:

  • Make sure you have the necessary dependencies installed, including the SFML library.
  • Clone this repository to your local machine.
  • Build the project using your preferred development environment.
  • Run the compiled executable to start the game.

Future Enhancements

The following features and improvements can be considered for future development:

  • Optimizing performance and memory usage.

Feel free to contribute to the project by submitting pull requests or opening issues for any bugs or suggestions.

Credits

This project was developed by Zenisoft

About

This repository contains a source code of Sea Battle (Battleship) game made with SFML and C#

https://www.zenisoft.net.ua

License:GNU General Public License v2.0


Languages

Language:C# 100.0%