-
Foundations of Game Design, by Ernest Adams
-
Rules of Play: Game Design Fundamentals, by Katie Salen and Eric Zimmerman
-
A Game Design Vocabulary, by Anna Anthropy and Naomi Clark
-
Game Design Workshop: A Playcentric Approach to Creating Innovative Games, by Tracy Fullerton
This file contains hidden or 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
| execute pathogen#infect() | |
| syntax on | |
| colorscheme monokai | |
| filetype plugin indent on | |
| set tabstop=2 | |
| set expandtab | |
| set number | |
| set list | |
| set rtp+=~/.fzf |
This file contains hidden or 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
| .,:ilwW |
This file contains hidden or 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
| Arduino UNO | |
| Arduino UNO CNC Shield v3.0 | |
| DRV8825 | |
| Nema17 | |
| GT2 |
This file contains hidden or 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
| Вы всё погадить на меня а я работай! Вот как. Они посрут поедят а я работай на | |
| них ноги ломай. Я и так раненый у меня вон правая как изрешечена непонятно | |
| как ходит а они клубничку едят и срут на меня. Вот как. Хорошо получается я | |
| работай а вы поели и привет а я тут торф вози за вас за всех. Да я | |
| может такой же больной как и вы даже почище. Вы вон таблетки хуетки | |
| а меня и может и таблетки то не берут у меня вон голова гудит как мотор | |
| вон давление а от гадостей от ваших кровь к глазам подступает | |
| и не вижу ничего убил бы вас ёбаных. |
This file contains hidden or 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
| (a>>1)+(b>>1)+(a&b&1) |
This file contains hidden or 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
| [Forwarded from Oleg] | |
| вот ты че хочешь? | |
| [Forwarded from 🍟🍕🍳🍿🍣] | |
| умереть | |
| [Forwarded from Oleg] | |
| вот ты че хочешь? | |
| [Forwarded from 🍟🍕🍳🍿🍣] | |
| хз, бабла поднять но без сосания хуёв | |
| [Forwarded from Oleg] | |
| у меня плохие новости |
This file contains hidden or 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
| const { exec } = require('child_process'); | |
| const resp = (error, stdout, stderr) => { | |
| console.log(stdout); | |
| if (error) console.error(error); | |
| if (stderr) console.error(stderr); | |
| } | |
| class PrePostPlugin { |
This file contains hidden or 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 "videoplayback.mp4" -af silencedetect=noise=-30dB:d=0.5 -f null - 2> vol.txt" | |
| const si = [ | |
| ["1.0466" , "254.221"], | |
| ["256.942" , "470.262"], | |
| ["472.004" , "806.045"], | |
| ["808.412" , "1096.53"], | |
| ["1098.64" , "1322.09"], | |
| ["1327.67" , "1641.81"], |