Format
This commit is contained in:
parent
c0122dd681
commit
653ca02534
14 changed files with 24 additions and 2 deletions
|
|
@ -16,7 +16,9 @@ export const declared: TimelineElementParameters = {
|
|||
'Using SDF-2D (my ray tracing graphics library), I created a conquest-style multiplayer browser game. It even runs on mobiles.',
|
||||
more: [
|
||||
'The scene is set in space, two teams have to conquer small planets, while they can also shoot at the other team. Points are given based on the number of planets controlled, and the first team which reaches a predefined score wins.',
|
||||
|
||||
'As for the communication, a server-client architecture is used. Messaging is provided by Socket.IO and a custom serialisation solution.',
|
||||
|
||||
'This (along with SDF-2D) was my BSc thesis project, so more in-depth information about them can be found in my thesis linked below.',
|
||||
],
|
||||
links: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue