Coder Social home page Coder Social logo

semtle / gamehistorytimeline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rodrigogrow/gamehistorytimeline

0.0 0.0 0.0 22.99 MB

A HTML5 timeline about the history of eletronic games

License: MIT License

JavaScript 93.36% CSS 5.64% HTML 1.00%

gamehistorytimeline's Introduction

GameHistoryTimeline

A HTML5 timeline about the history of eletronic games, since 1950 until nowadays.

Installation

Clone the project: git clone [email protected]:rodrigogrow/GameHistoryTimeline.git

Live Demonstration

- Demo

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

- Contributors

Game Info Example - Json

{
        'type': 'game', // game or console
        'name': 'Game Name',
        'authors': ['Fulano de tal', 'Ciclano'],
        'company': ['CompanyX'],  
        'year': '1951',
        'date': '20-06-1951', // Day, Month, Year
        'headline': 'First Game about sport',
        'resume': [
            'Lorem ipsum dolor sit amet, ut viverra vestibulum odio, ',
            'aliquam in massa, velit rutrum pede ipsum mauris duis, ',
            'congue massa sem elit, integer risus. Faucibus in lacus, ',
            'ligula ornare nibh, elit suspendisse tortor sed volutpat, ',
            'etiam tempus wisi semper montes odio, lorem vitae vel eu '
        ].join(''),
        'full_text': [
            'Lorem ipsum dolor sit amet, ut viverra vestibulum odio, ',
            'aliquam in massa, velit rutrum pede ipsum mauris duis, ',
            'congue massa sem elit, integer risus. Faucibus in lacus, ',
            'ligula ornare nibh, elit suspendisse tortor sed volutpat, ',
            'etiam tempus wisi semper montes odio, lorem vitae vel eu ',
            'convallis. Volutpat blandit egestas et libero eu per, venenatis ',
            'aenean, proin quis aliquam viverra potenti vestibulum auctor, ',
            'non amet tellus sodales. In ullamco tellus risus nisl morbi amet. ',
            'Vel quisque nunc in placerat. Vitae id urna, nulla suspendisse, ',
            'molestie sodales ac nisl nulla, tempus occaecati. Sodales lectus, ',
            'mauris dis lectus amet, nascetur ipsum, hac suspendisse blandit eros.'
        ].join(''),
        'thumbnail': 'thumbnail_example.png',
        'main_img': {'name': 'main_picture.png', 'caption': "description"},
        'images': [
            {'name': 'picture1.png', 'caption': "description1"},
            {'name': 'picture2.png', 'caption': "description2"},
            {'name': 'picture3.png', 'caption': "description3"}
        ],
        'video_gameplay': [
            {'url': 'video_url', 'caption': "description", 'type': "youtube"} // type: youtube or vimeo
        ],
        'demos': [
            {'url': 'demonstration_url', 'caption': "description"}
        ],
        'references': [
            {'url': 'reference_url1', 'caption': "description"},
            {'url': 'reference_url2', 'caption': "description"},
            {'url': 'reference_url3', 'caption': "description"}
        ]
}

License

This project is available under the terms of the MIT License.

gamehistorytimeline's People

Contributors

brazilgabriel avatar caelfernando avatar dkpagini avatar gabriel014 avatar iampedrovictor avatar jorgelsc avatar ketcastilho avatar lucasem avatar marcosdacio avatar marloderik avatar mattizinho avatar nilsonjr avatar rickobraz avatar rodrigogrow avatar saulofernandes avatar teusma avatar tsantosfigueira avatar vinics12 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.