Add two Game Development resources.
Chris Pressey
16 days ago
17 | 17 |
|
18 | 18 |
<!-- TOTALS -->
|
19 | 19 |
|
20 | |
Currently it consists of **739** web pages, **83** repositories, **187** papers, and **227** books in **107** topics.
|
|
20 |
Currently it consists of **740** web pages, **84** repositories, **187** papers, and **227** books in **107** topics.
|
21 | 21 |
Of these, [**121** have the highest rating](by-rating/Top-rated.md),
|
22 | 22 |
[**39** are considered classics](by-rating/Classic.md),
|
23 | 23 |
[**93** are considered very interesting](by-rating/Very%20Interesting.md),
|
24 | |
while [**89** are yet to be rated](by-rating/Unrated.md).
|
|
24 |
while [**91** are yet to be rated](by-rating/Unrated.md).
|
25 | 25 |
|
26 | 26 |
<!-- /TOTALS -->
|
27 | 27 |
|
12 | 12 |
### Game Assets
|
13 | 13 |
|
14 | 14 |
* [Home · Kenney](https://kenney.nl/)
|
|
15 |
|
|
16 |
### Game Development
|
|
17 |
|
|
18 |
* [Ten Essential Foundations of Javascript Game Development](https://jakesgordon.com/games/)
|
15 | 19 |
|
16 | 20 |
### TLA(plus)
|
17 | 21 |
|
|
250 | 254 |
### Type Theory
|
251 | 255 |
|
252 | 256 |
* Breaking Through the Normalization Barrier: A Self-Interpreter for F-omega (online @ [web.cs.ucla.edu](https://web.cs.ucla.edu/~palsberg/paper/popl16-full.pdf))
|
|
257 |
|
|
258 |
Unrated Repositories
|
|
259 |
--------------
|
|
260 |
|
|
261 |
### Game Development
|
|
262 |
|
|
263 |
* [maryrosecook/tinygame: A tiny game I wrote to illustrate how easy it is to write a game from scratch in JavaScript](https://github.com/maryrosecook/tinygame)
|
17 | 17 |
### Home · Kenney
|
18 | 18 |
|
19 | 19 |
* url: https://kenney.nl/
|
|
20 |
* topics: Game Assets, Public Domain
|
20 | 21 |
|
21 | 22 |
### Finding graphical tiles - RogueBasin
|
22 | 23 |
|
27 | 27 |
|
28 | 28 |
[Immutable.js: Data structure to represent 2D game field](https://stackoverflow.com/questions/36603998/immutable-js-data-structure-to-represent-2d-game-field) ★
|
29 | 29 |
|
|
30 |
[Ten Essential Foundations of Javascript Game Development](https://jakesgordon.com/games/)
|
|
31 |
|
30 | 32 |
### Physics and Animation
|
31 | 33 |
|
32 | 34 |
[What is the standard practice for animating motion \-- move character or not move character?](https://gamedev.stackexchange.com/questions/188543/what-is-the-standard-practice-for-animating-motion-move-character-or-not-move) ★
|
|
54 | 56 |
|
55 | 57 |
[s-macke/VoxelSpace: Terrain rendering algorithm in less than 20 lines of code](https://github.com/s-macke/VoxelSpace) ★★★
|
56 | 58 |
|
|
59 |
[maryrosecook/tinygame: A tiny game I wrote to illustrate how easy it is to write a game from scratch in JavaScript](https://github.com/maryrosecook/tinygame)
|
|
60 |
|
57 | 61 |
_(in [Programming Languages](../Programming%20Languages/README.md#programming-languages))_ [UnrealVerseGuru/VerseProgrammingLanguage: Verse Programming Language - Functional logic language developed by Epic Games - all informations, official resources and snippets](https://github.com/UnrealVerseGuru/VerseProgrammingLanguage) ★
|
58 | 62 |
|
59 | 63 |
|
11 | 11 |
* url: https://github.com/s-macke/VoxelSpace
|
12 | 12 |
* license: MIT
|
13 | 13 |
|
14 | |
.
|
|
14 |
### maryrosecook/tinygame: A tiny game I wrote to illustrate how easy it is to write a game from scratch in JavaScript
|
|
15 |
|
|
16 |
* url: https://github.com/maryrosecook/tinygame
|
|
17 |
* topics: Game Development, JavaScript
|
|
18 |
* license: none
|
36 | 36 |
|
37 | 37 |
* url: https://stackoverflow.com/questions/36603998/immutable-js-data-structure-to-represent-2d-game-field
|
38 | 38 |
* topics: JavaScript, Functional Programming, Game Development
|
|
39 |
|
|
40 |
### Ten Essential Foundations of Javascript Game Development
|
|
41 |
|
|
42 |
* url: https://jakesgordon.com/games/
|
|
43 |
* topics: JavaScript, Game Development
|
39 | 44 |
|
40 | 45 |
### Physics and Animation
|
41 | 46 |
|
65 | 65 |
|
66 | 66 |
_(in [Game Development](../Game%20Development/README.md#game-development))_ [Immutable.js: Data structure to represent 2D game field](https://stackoverflow.com/questions/36603998/immutable-js-data-structure-to-represent-2d-game-field) ★
|
67 | 67 |
|
|
68 |
_(in [Game Development](../Game%20Development/README.md#game-development))_ [Ten Essential Foundations of Javascript Game Development](https://jakesgordon.com/games/)
|
|
69 |
|
68 | 70 |
_(in [Lua](../Lua/README.md#lua))_ [Fengari](https://fengari.io/) ★
|
69 | 71 |
|
70 | 72 |
_(in [PLDI](../PLDI/README.md#pldi))_ [What blocks Ruby, Python to get Javascript V8 speed? - Stack Overflow](https://stackoverflow.com/questions/5168718/what-blocks-ruby-python-to-get-javascript-v8-speed) ★
|
|
73 | 75 |
|
74 | 76 |
|
75 | 77 |
### Repositories
|
|
78 |
|
|
79 |
_(in [Game Development](../Game%20Development/README.md#game-development))_ [maryrosecook/tinygame: A tiny game I wrote to illustrate how easy it is to write a game from scratch in JavaScript](https://github.com/maryrosecook/tinygame)
|
76 | 80 |
|
77 | 81 |
_(in [Lua](../Lua/README.md#lua))_ [fengari-lua/fengari: 🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser](https://github.com/fengari-lua/fengari) ★
|
78 | 82 |
|
33 | 33 |
|
34 | 34 |
[Commons:Pearson Scott Foresman - Wikimedia Commons](https://commons.wikimedia.org/wiki/Commons:Pearson_Scott_Foresman) ★★
|
35 | 35 |
|
|
36 |
_(in [Game Assets](../Game%20Assets/README.md#game-assets))_ [Home · Kenney](https://kenney.nl/)
|
|
37 |
|
36 | 38 |
|
37 | 39 |
### Repositories
|
38 | 40 |
|
13 | 13 |
|
14 | 14 |
### Web resources
|
15 | 15 |
|
16 | |
[integration - \"Integral Milking:\" Does anyone else do this? - Mathematics Stack Exchange](https://math.stackexchange.com/questions/2821112/integral-milking-does-anyone-else-do-this) ★
|
|
16 |
[\"Integral Milking:\" Does anyone else do this?](https://math.stackexchange.com/questions/2821112/integral-milking-does-anyone-else-do-this) ★
|
17 | 17 |
|
18 | 18 |
[Five Points in Square Lattice](https://www.cut-the-knot.org/pigeonhole/grid_mid.shtml) ★
|
19 | 19 |
|
6 | 6 |
SPDX-License-Identifier: CC0-1.0
|
7 | 7 |
-->
|
8 | 8 |
|
9 | |
### integration - \"Integral Milking:\" Does anyone else do this? - Mathematics Stack Exchange
|
|
9 |
### \"Integral Milking:\" Does anyone else do this?
|
10 | 10 |
|
11 | 11 |
* url: https://math.stackexchange.com/questions/2821112/integral-milking-does-anyone-else-do-this
|
12 | 12 |
|
15 | 15 |
### Fusible numbers and Peano Arithmetic
|
16 | 16 |
|
17 | 17 |
|
18 | |
### integration - \"Integral Milking:\" Does anyone else do this? - Mathematics Stack Exchange
|
|
18 |
### \"Integral Milking:\" Does anyone else do this?
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
### Five Points in Square Lattice
|
18 | 18 |
|
19 | 19 |
* rating: 1
|
20 | 20 |
|
21 | |
### integration - \"Integral Milking:\" Does anyone else do this? - Mathematics Stack Exchange
|
|
21 |
### \"Integral Milking:\" Does anyone else do this?
|
22 | 22 |
|
23 | 23 |
* rating: 1
|
24 | 24 |
|
13 | 13 |
|
14 | 14 |
### Web resources
|
15 | 15 |
|
16 | |
[history - Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code? - Retrocomputing Stack Exchange](https://retrocomputing.stackexchange.com/questions/25506/did-forths-inventor-charles-moore-really-write-a-cad-program-in-only-5-lines-of) ★
|
|
16 |
[Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code?](https://retrocomputing.stackexchange.com/questions/25506/did-forths-inventor-charles-moore-really-write-a-cad-program-in-only-5-lines-of) ★
|
17 | 17 |
|
18 | 18 |
[PCE - PC Emulator](http://www.hampa.ch/pce/about.html) ★ [💭](commentary/cpressey.md#pce-pc-emulator)
|
19 | 19 |
|
6 | 6 |
SPDX-License-Identifier: CC0-1.0
|
7 | 7 |
-->
|
8 | 8 |
|
9 | |
### history - Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code? - Retrocomputing Stack Exchange
|
|
9 |
### Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code?
|
10 | 10 |
|
11 | 11 |
* url: https://retrocomputing.stackexchange.com/questions/25506/did-forths-inventor-charles-moore-really-write-a-cad-program-in-only-5-lines-of
|
12 | 12 |
|
26 | 26 |
not bad.
|
27 | 27 |
|
28 | 28 |
|
29 | |
### history - Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code? - Retrocomputing Stack Exchange
|
|
29 |
### Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code?
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
### PCE - PC Emulator
|
18 | 18 |
|
19 | 19 |
* rating: 3
|
20 | 20 |
|
21 | |
### history - Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code? - Retrocomputing Stack Exchange
|
|
21 |
### Did Forth\'s inventor Charles Moore really write a CAD program in only 5 lines of code?
|
22 | 22 |
|
23 | 23 |
* rating: 1
|
24 | 24 |
|