Minor modifications

This commit is contained in:
Schmelczer András 2019-12-14 20:43:06 +01:00
parent 5de596c38a
commit fb3ef7475c
11 changed files with 57 additions and 19 deletions

View file

@ -25,7 +25,7 @@
{
"date": "2019 November",
"title": "My Notes",
"picture": "/static/my-notes.png",
"picture": "/static/my-notes.jpg",
"description": "A minimalist note organizer and editor powered by Markwon.",
"more": [
{ "type": "a", "href": "https://github.com/schmelczerandras/my-notes", "text": "MyNotes on GitHub" },
@ -61,7 +61,7 @@
"description": "Simulating a city where car crashes are more frequent than usual.",
"more": [
"Through a REST API the state of the traffic lights can be changed. The drivers follow the instructions of the traffic lights, so if a mistake is made, there will be collisions. There is also support for displaying tweets on a HUD.",
"This was created for a Cybersecurity challenge. With the help of this program tha contestants could instantly see the effect of their work.",
"This was created for a Cybersecurity challenge. With the help of this program the contestants could instantly see the effect of their work.",
"The most interesting aspect of this project was building it in a server-client architecture. The decisions of the agents is calculated server-side. The real challenge was broadcasting these decisions in a fault-tolerant way using minimal bandwidth.",
"The program is made with Unity using C# as the scripting language. The models and animations were also made by me using Blender."
]