This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
layout | title | categories | permalink | description | ||
---|---|---|---|---|---|---|
post |
Project Specification |
|
project-spec |
The specification of our CSE 125 project |
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
## Table of Contents | |
1. [What kind of game?](#what-kind-of-game) | |
1. [What are the goals?](#what-are-the-goals) | |
1. [How is it unique?](#how-is-it-unique) | |
1. [Features](#features) | |
## What kind of game? | |
The game we have in mind is a multiplayer puzzle-platformer with a mix of both cooperative and competitive elements. Set on a Space Prison set to crash, four robot inmates have to work together and escape before time runs out. However, there's a reason the robots are in prison, and they might have ulterior motives that prevent them all from making it out. |
Note: I did not write this post. I only transcribed it. All credit goes to the awesome /u/glah. Note that many of the links hide more images if you want more pretty pictures. {: .callout .info}
Avast /r/notebooks!
Anchors away for a trip on the USS Review! Today's port o' call: Hobonichi Techo 2015.
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
local tweet, map, appendparam, encode | |
local Twitterer = setmetatable({tweet=tweet}, {__call = function(t, params) return tweet(params) end}) | |
tweet = function(params) | |
text = params[1] or params.text or nil | |
url = params[2] or params.url or nil | |
via = params[3] or params.via or nil | |
hashtags = params[4] or params.hashtags or nil | |
related = params[5] or params.related or nil |
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
ffmpeg -i FILE.EXT -ss 00:01:00 -t 00:00:10 -c:v libvpx -b:v 2457k -quality best -threads 7 -slices 8 -auto-alt-ref 1 -lag-in-frames 16 -an -pass 1 -f webm /dev/null | |
ffmpeg -i FILE.EXT -ss 00:01:00 -t 00:00:10 -c:v libvpx -b:v 2457k -quality best -threads 7 -slices 8 -auto-alt-ref 1 -lag-in-frames 16 -an -pass 2 out.webm |
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
/* live-tomorrow.css */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("livechan.herokuapp.com") { | |
body,html { | |
background: none repeat scroll 0% 0% #1D1F21 !important; | |
color: #C5C8C6; | |
} |
NewerOlder