Skip to content

piriurna/Chess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameName

Overview

Welcome to GameName, a simple game created using C++ and SFML (Simple and Fast Multimedia Library). This project represents my initial foray into game development and serves as a learning experience. Feel free to explore the source code, provide feedback, or use it as a reference for your own projects.

Features

  • Simple Gameplay: GameName features straightforward gameplay, making it accessible for beginners to understand and modify.

  • SFML Integration: The game utilizes SFML, a popular multimedia library for C++, to handle graphics, input, and window management.

  • Scalable Design: The code is organized in a modular and scalable manner, allowing for easy expansion and modification.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • C++ Compiler
  • SFML Library (version X.X)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/GameName.git
  2. Compile the code using your preferred C++ compiler. Make sure to link the SFML library properly.

    g++ -o GameName main.cpp -lsfml-graphics -lsfml-window -lsfml-system
  3. Run the executable:

    ./GameName

About

A first contact with c++ and SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages