Game Attributions and Licenses

Some games on GamePop were not made by us. They are open source, and we host them under the licenses their authors chose. This page names each one, its author, its license, and anything we changed.

If you are one of the authors below and something here is wrong — a credit, a license, or a change we made — please tell us on our Contact page and we will fix it.

Astray

By Rye Terrell (wwwtyro), released into the public domain under The Unlicense.

Bundled libraries: three.js (MIT), Box2DWeb (zlib), jQuery (MIT), and KeyboardJS (BSD).

What we changed: fixed the texture paths for our directory layout, added page title and viewport tags, and added press-and-drag touch steering so the game can be played without a keyboard.

Hartwig Chess

By Julian Garnier (3D-Hartwig-chess-set), MIT License, Copyright (c) 2012 Julian Garnier.

Bundled libraries: jQuery (MIT), Photon by Tom Giannattasio (MIT), chess.js by Jeff Hlywa (BSD 2-Clause), and -prefix-free by Lea Verou (MIT). Their full notices are in js/libraries.js, which the game does not load but which we keep because the minified bundle drops them. The Lato typeface is by Łukasz Dziedzic, under the SIL Open Font License 1.1, reproduced in fonts/OFL.txt.

The board and pieces reproduce the chess set Josef Hartwig designed at the Bauhaus in 1924. That design is in the public domain. The 3D models are Julian Garnier's own work and are covered by his MIT license. This game is not affiliated with or endorsed by the Bauhaus-Archiv or Naef Spiele AG.

What we changed: replaced a Google Fonts request with a self-hosted copy of Lato, so loading the game does not disclose your IP address to Google; fixed a broken credit link; and patched a bug in a bundled 2012 matrix library that stopped the game loading in current browsers.