This repository was archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
191 lines (164 loc) · 5.06 KB
/
references.bib
File metadata and controls
191 lines (164 loc) · 5.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
@book{lamport1994latex,
title={{LATEX}: a document preparation system: user's guide and reference manual},
author={Lamport, Leslie},
year={1994},
publisher={Addison-wesley}
}
@online{uor_refernce_style,
author = {{University of Reading}},
title = {Styles of referencing: Guidance on citing references for students at the University of Reading},
year = {2019},
url = {https://libguides.reading.ac.uk/citing-references/referencingstyles},
note = {(accessed October 26, 2019)}
}
@online{uor_plagiarism,
author = {{University of Reading}},
title = {Avoiding unintentional plagiarism: Guidance on citing references for students at the University of Reading: Styles of referencing},
year = {2019},
url = {https://libguides.reading.ac.uk/citing-references/avoidingplagiarism},
note = {(accessed October 26, 2019)}
}
@article{port-forwarding,
author = {Natalie Goguen},
title = {Port Forwarding Explained: The Ultimate Guide to How It Works and Why You Need It},
journal = {No-IP Blog},
year = {2023}
}
@article{multiplayer-networking,
title={Aspects of networking in multiplayer computer games},
author={Smed, Jouni and Kaukoranta, Timo and Hakonen, Harri},
journal={The Electronic Library},
volume={20},
number={2},
pages={87--97},
year={2002},
publisher={MCB UP Ltd}
}
@book{network-architecting,
title={Multiplayer game programming: Architecting networked games},
author={Glazer, Josh and Madhav, Sanjay},
year={2015},
publisher={Addison-Wesley Professional}
}
@article{issues-socialComputing,
title={Research issues in social computing},
author={Parameswaran, Manoj and Whinston, Andrew B},
journal={Journal of the Association for Information Systems},
volume={8},
number={6},
pages={22},
year={2007}
}
@article{develop-unity,
title={Developing an online multiplayer game in Unity},
author={Tikhomirov, Alexander},
year={2023}
}
@article{adding-mutliplayer,
author = {Joost Van Dongen},
title = {Why adding multiplayer makes game coding twice as much work},
journal = {joostdevblog},
year = {2015}
}
@book{arm2006networking,
title={Networking and online games: understanding and engineering multiplayer Internet games},
author={Armitage, Grenville and Claypool, Mark and Branch, Philip},
year={2006},
publisher={John Wiley \& Sons}
}
@book{Doom,
title={Masters of Doom: How Two Guys Created an empire and Transformed Pop Culture},
author={Kushner, David},
year={2004},
publisher={Random House Trade Paperbacks}
}
@article{advancement-onlinegaming,
author = {ogerman},
title = {Technological Advancement Shapes the Future of Online Gaming},
journal = {GameOgre},
year = {2021}
}
@article{future-onlinegaming,
title = {The Future of Online Gaming: Innovations and Challenges},
journal = {EBR},
year = {2023}
}
@article{bartle1990,
author = {Richard Bartle},
title = {Early MUD History},
year = {1990}
}
@book{bartle2004designing,
title={Designing virtual worlds},
author={Bartle, Richard A},
year={2004},
publisher={New Riders}
}
@article{donovan2010replay,
title={Replay: The history of video games},
author={Donovan, Tristan and Garriott, Richard},
journal={(No Title)},
year={2010}
}
@inproceedings{frohnmayer2000tribes,
title={The TRIBES engine networking model},
author={Frohnmayer, Mark and Gift, Tim},
booktitle={Proceedings of the Game Developers Conference},
year={2000}
}
@inproceedings{bettner20011500,
title={1500 archers on a 28.8: Network programming in Age of Empires and beyond},
author={Bettner, Paul and Terrano, Mark},
booktitle={GDC},
volume={2},
number={2001},
pages={30},
year={2001}
}
@article{game-engine,
author = {Marie Dealessandri},
title = {What is the best game engine: is Unity right for you?},
year = {2020}
}
@manual{Unity-Tech2022.3d,
title = {Unity’s Interface},
url = {https://docs.unity3d.com/Manual/UsingTheEditor.html},
}
@manual{Unity-Tech2022.3b,
title = {GameObjects},
url = {https://docs.unity3d.com/Manual/GameObjects.html},
}
@manual{Unity-Tech2022.3a,
title = {Unity Scripts},
url = {https://docs.unity3d.com/Manual/CreatingAndUsingScripts.html},
}
@manual{Unity-NGO,
title = {Netcode},
URL = {https://docs-multiplayer.unity3d.com/netcode/current/about/},
}
@manual{Unity-Transport,
title = {Unity Transport},
URL = {https://docs-multiplayer.unity3d.com/transport/current/about/},
}
@manual{Unity-UGS,
title = {Unity UGS},
URL = {https://docs.unity.com/ugs/manual/overview/manual/unity-gaming-services-home},
}
@manual{Cardoso-Relay,
title = {Unity Relay},
author = {Code Monkey},
year = {2023},
URL = {https://www.youtube.com/watch?v=msPNJ2cxWfw},
}
@manual{Cardoso-Lobby,
title = {Unity Lobby},
author = {Code Monkey},
year = {2023},
URL = {https://www.youtube.com/watch?v=-KDlEBfCBiU},
}
@misc{lemay-forum,
title = {NGO Limit},
author = {Simon Lemay},
year = {2022},
url = {https://forum.unity.com/threads/what-makes-ngo-limited-to-small-scale-games-only.1338971/#post-8461043}
}