Code Monkey home page Code Monkey logo

mfo2's Introduction

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

mfo2's People

Contributors

mhaviv avatar yimd85 avatar jwilliams35 avatar

Stargazers

Kjh 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.