8000 GitHub - minco3/Proportion-Game: Basic game where the player needs to visualize fractions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

minco3/Proportion-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proportion Game

Game where the player has to guess the correct representation of a fraction

Description

  • Quick prototype of a game idea given to me by Ralph Leighton
  • The player is given a fraction to visualize and then is shown what the fraction looks like after giving their answer

What I Learned

  • Abstracted the run and initialization phases of the app
  • Attempted a more reasonable approach to moving numbers around

Screenshots

game screen game screen w/ result

Getting Started

Dependencies

  • CMake
  • SFML

Setup

simple setup with CMake and GCC

mkdir build
cd build
cmake .. -G "Unix Makefiles"
cmake --build . --target main
main

About

Basic game where the player needs to visualize fractions

Resources

Stars

Watchers

Forks

0