hashcacher / portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all-of-the-games

A visualization of all of the video games.

To Do

alt tag

D3

Hide empty years Choose how many companies Closing circles - release memory Clicking game - zoom

Preprocessing

Group the makers by connectedness

Cleanup

  • Ubi Soft = Ubisoft
  • Some rows are split into 2 lines
Joining more data
  • Metacritic
  • Maker revenue
  • Images

Data

{
	"maker1": [
				3,
				["game1", "1998", "N64"],
				["game2", "1998", "PS4"]
				["game3", "1998", "Sega Genesis"]
			]
	"maker2": [
				1,
				["game1", "1988", "Atari"],
			]
}

Progress

alt tag

About

License:GNU General Public License v2.0


Languages

Language:HTML 74.6%Language:CSS 10.1%Language:Python 7.2%Language:Processing 3.9%Language:Shell 3.0%Language:Dockerfile 1.2%