moved CSS rules so that link lists and ul look identical; adjusted header
This commit is contained in:
@@ -274,11 +274,11 @@ export const projects: Project[] = [
|
||||
title: "Magician",
|
||||
subtitle: "Online Multiplayer Card Game",
|
||||
paragraphs: [
|
||||
"<b>Magician</b> is a clone of the card game <i>Wizard</i>. I've made it primarily to play with friends, but it's also a test for programming client-server multiplayer games. The clients are programmed in Godot, the server in Python, and they communicate via TCP/IP websockets. The game works with 3 to 6 players and requires an active connection to the server, which should be reachable most times.",
|
||||
"<b>Magician</b> is a clone of the card game <i>Wizard</i>. I've made it primarily to play with friends, but it's also a test for programming client-server multiplayer games. The clients are programmed in Godot, the server in Python, and they communicate via TCP/IP websockets. The game works with 3 to 6 players.",
|
||||
],
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>Magician</b>",
|
||||
text: "View the latest <b>Magician</b> build",
|
||||
link: "//apps.denizk0461.dev/magician",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user