Git Product home page Git Product logo

woman_pong's Introduction

Woman Pong Source Code

This repository contains the source code of the 'Woman Pong' game. Currently only a linux distribution is supported for direct build of the game. If you are building for any other OS other than a linux derivative, then you will have to build it yourself manually.

This project has the following dependencies:

  • Latest version of SDL2
  • Any compiler which supports the latest C++ standard aka C++20. Edit the cmake configuration file according to the compiler that you use. This project uses the GNU clang by default.
  • cmake
  • bash

If you want to directly build the project with little to no efforts as it is distributed in this repository, then you must fulfill the given dependencies first.

How to build the project:

For Linux:

  1. Enter terminal and change directory to the parent folder of this project.
  2. Execute the following command in terminal to build the project:

bash build.sh

  1. If the command is executed successfully, there would be 3 new folders created in the parent directory of the project:
    • bin : This folder contains the final executable of the project.
    • build : This folder contains the cmake build files of the project.
    • lib : This folder contains the dynamic library generated from the implementation files of the project.

How to run the final executable:

For Linux:

  1. Change directory to the parent directory of the project.
  2. Excute the command below to run the binary:

bin/woman_pong

NOTE: If the contents of the assets, bin, and/or lib directory are moved from their places where they were originally generated, the game may not work properly. So maintain the build tree properly.

License and copyright:

Information related to licensing and copyright can be found at the LICENSE.md file. Please read through it before doing any modification to the source code.

woman_pong's People

Contributors

metalinmyveins avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.