This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sid Meier's 10 Rules of Game Design | |
Choose a topic you have a passion for. Game Design is about creativity. | |
Do research after the game is done. Tap into the player’s brain. | |
Define your axioms, refine your axioms. Prototype, prototype, prototype; sit in all the chairs. | |
Double it or cut it in half. You are more wrong than you think. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get latest node.js image | |
FROM node:latest | |
# set user root | |
USER root | |
# install shout | |
RUN npm install -g shout | |
# copy server config |