- JavaScript 94.5%
- Shell 4%
- HTML 1.4%
- CSS 0.1%
| public | Corrected genres of Tux! and Open Saucer | |
| src | complete game list added | |
| util | Allow comma-separated list of names for generating multiple similar entries | |
| .gitignore | first commit | |
| craco.config.js | first commit | |
| electron-builder.json | complete game list added | |
| electron-packager.json | complete game list added | |
| LICENSE.md | added GPL 2.0 license | |
| package-lock.json | complete game list added | |
| package.json | complete game list added | |
| README.md | first commit | |
| screenshot.webp | updated screenshot | |
| webpack.config.js | first commit | |
Game Grid (fork from https://github.com/Jack-LP/Game-Grid)
Game Grid is originally an e-commerce site and directory of free-to-play games.
The react app has been repurposed and modified to retrieve the game list, screenshots and data from a local json file.
The goal is to create an unofficial foss marketplace to browse, filter and download foss games.
Initially I would only insert LÖVE based games, making it an 'Unofficial LÖVE marketplace' with games selected by me, but the react site can be expanded and repurposed at any time.
This marketplace aims only at helping people find, browse and download games and it is not in any form endorsed or related to any of the engines / framework in which you can filter the games. It is just a 'game search engine' created by a private developer to help people find foss games.
This is the original readme.md:
Table of Contents
About Game Grid
Game Grid is an e-commerce site and directory of free-to-play games. Data is pulled from the 'freetogame' API and displayed through various pages using React Router. Clicking on a game displays additional information within its own dynamic route. Games can also be searched for and filtered by genre.
Live Site
Click here to view the site live
Built With
- Create React App
- React Router
- Chakra UI
- freetogame API
Usage
Features of the website:- Randomly selected featured game on home screen
- Screenshot slideshows for each game
- Dynamic routes with React Router for each game ID
- Search for individual games
- Filter all games by genre in the 'browse' page
Acknowledgments
Contact
Jack Paget - jackpaget1@gmail.com
Project Link: Game Grid