Coder Social home page Coder Social logo

game-the-love-of-romeo's Introduction

The Love of Romeo

A simple C++ SFML game.

This game is an English class project from highschool, completed on 2019/09/30. It is based upon the Shakespeare play, Romeo & Juliet. Its only library dependency is SFML.

Special thank-you to Tony Sangwin for game art and inspiration.

Screenshot of the gameplay.

Screenshot of the terminal.

Install on Windows

  • Install 7-Zip.
  • Install Git Bash; make sure to choose "Run Git from the Windows Command Prompt" during installation. This should result in a MINGW64 Bash installation that can access your Windows PATH while having access to Linux commands (ie. the find command).
  • Clone this repository to a directory on your computer. That directory will be referred to as root.
  • Create directory root/lib.
  • Install SFML. In the directory root/lib, download and unzip the latest stable release of GCC XX.X.X MinGW (SEH) - 64-bit.
  • Note the required GCC version of SFML you downloaded.
  • Install GCC. In the directory C:\, download and unzip the required SFML version of MinGW x86_64-XX.X.X-release-win32-seh-msvcrt-rt_vXX-revX.7z; the location of g++.exe should be C:\mingw64\bin\g++.exe.
  • Add C:\mingw64\bin to the Windows Environment Variable PATH.
  • Install Make for Windows; the location of make.exe should be C:\Program Files (x86)\GnuWin32\bin\make.exe.
  • Add C:\Program Files (x86)\GnuWin32\bin\ to the Windows Environment Variable PATH.

From here, everything should be installed to compile & run this software. Note that the Makefile assumes you want to build this with x86_64 SFML.

Install on Arch Linux

From here, everything should be installed to compile & run this software. Isn't Linux great?

Compile & Run Scripts

To run a script, open a Bash (or equivalent) terminal within root and type the command.

command description
make compile, link, and run the program
make clean remove all compiled files

Contribute

Unfortunately, this project doesn't support community contributions right now. Feel free to fork, but be sure to read the license.

game-the-love-of-romeo's People

Contributors

mboyea avatar

Watchers

James Cloos avatar  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.