Skip to content

bmewing/switch_game_or_not

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switch Game or Not?

Python code to generate fake Nintendo Switch(r) game names and a dockerized node.js app to run the game

Dockerization guide

https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

Why?

The CAGCast, a great podcast, started playing a game called 'Switch Game or Not' and this is my attempt at making a website and using basic machine learning at generating fake names.

Build and Run App

./node_modules/.bin/babel src --out-dir ./
docker build -t pofigster/switch_or_not .
docker run -p 80:8080 -d pofigster/switch_or_not
docker container ls

TODO

Fix release week in database Automate update of database Finish the app

About

Python code to generate fake switch games and a dockerized node.js app to run the game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors