Skip to content

An icebreaker game where players answer sets of random questions about Marvel superheroes

Notifications You must be signed in to change notification settings

Marvel-Face-Off/MFO

Repository files navigation

GitHub top language GitHub issues GitHub pull requests License (MIT)

Hallowgram Logo

Marvel face Off

An icebreaker game where players must answer sets of random questions choosing between two random Marvel characters generated from the Marvel API.
Created by Michael Haviv, David Yim and Jovan Williams.

Rules

With a group of friends, the person playing can take turns answering a randomly selected question based on the the two random Marvel characters that appear. Once a character is clicked, the person playing can continue on or choose another group member to take his/her turn.

If the two characters that appear are unknown, the person playing is allowed to roll again (this does not apply to questions based on appearance).

Deployment

https://marvel-face-off.herokuapp.com/

Local Installation

$ git clone https://github.com/Marvel-Face-Off/MFO.git
$ cd MFO
$ npm install
$ npm start

Project Structure

.
├── public             # Where static assets are served
│   └── index.html     ## The main HTML file that includes the React code
├── src                # Source code, including raw assets
│   ├── App.js         ## The top-level component for React
│   ├── fonts          ## Fonts(eot|otf|ttf|woff|woff2)
│   ├── images         ## Images (gif|png|jpe?g|svg|ico)
│   ├── components     ## Any shared components
│   │    └── Heroes.js ### Where API call is held
│   └── index.js       ## Webpack entry point / component mounting
└── questions.txt      # Where sets of game questions are held

Technology Used


  • Marvel API allows developers everywhere to access information about Marvel's vast library of comics.




  • React A JavaScript library for building user interfaces.

Credits

David Yim (contributor) Michael Haviv (contributor) Jovan Williams (contributor)

Contribute

License

License (MIT)

  • This frontend web application is available under the MIT License

About

An icebreaker game where players answer sets of random questions about Marvel superheroes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •