aboutsummaryrefslogtreecommitdiff
path: root/docs/latex/project-happening.tex
diff options
context:
space:
mode:
authorEmil Williams2026-02-05 09:29:51 +0000
committerEmil Williams2026-02-05 09:29:51 +0000
commit45570024a49b80359d848329f2c363d5bf9af44a (patch)
tree31243e117a965569ecbc745eba88b25536b7fc99 /docs/latex/project-happening.tex
parenta5209153cf8df1cd58c2f70f9eabb0bf5dd071f8 (diff)
downloadEUROPAXI-8e8m.tar.xz
EUROPAXI-8e8m.tar.zst
assets & core8e8m
Diffstat (limited to 'docs/latex/project-happening.tex')
-rw-r--r--docs/latex/project-happening.tex102
1 files changed, 102 insertions, 0 deletions
diff --git a/docs/latex/project-happening.tex b/docs/latex/project-happening.tex
new file mode 100644
index 0000000..cdf53a6
--- /dev/null
+++ b/docs/latex/project-happening.tex
@@ -0,0 +1,102 @@
+\documentclass[9pt,a4paper]{memoir}
+\usepackage{makeidx}
+\usepackage[T1]{fontenc}
+\usepackage{tgbonum}
+\usepackage{titlesec}
+\titleformat{\chapter}[display]
+{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
+\titlespacing*{\chapter}{0pt}{0pt}{40pt}
+\usepackage[pdftex,
+ pdftitle={Project Happening},
+]{hyperref}
+\usepackage[dvipsnames]{xcolor}
+\title{Project Happening}
+\date{2026-02-04}
+\begin{document}
+\frontmatter
+\pagenumbering{gobble}
+\maketitle
+\cleardoublepage
+\pagenumbering{roman}
+\begin{KeepFromToc}
+ \tableofcontents
+\end{KeepFromToc}
+\mainmatter
+\pagenumbering{arabic}
+\setcounter{page}{5}
+\chapter{EUROPA|XI}
+
+This is a game about towers, and markets.
+
+\begin{table}[h!]
+ \begin{tabular}{|l|r|r|}
+ \hline
+ -- & \$ & € \\
+ \hline
+ \$ & 1:1 & 1:2 \\
+ € & -- & 1:1 \\
+ \hline
+ \end{tabular}
+\end{table}
+
+\begin{table}[h!]
+ \begin{tabular}{|l|r|r|r|r|r|r|}
+ \hline
+ -- & Steel & NP & Cr & C & Oil & Hg \\
+ \hline
+ Steel & 1:1 & 100:1 & 300:1 & 1:5 & 50:1 & 500:1 \\
+ Nanoplastic & -- & 1:1 & 3:1 & 1:500 & 1:2 & 5:1 \\
+ Chromium & -- & -- & 1:1 & 1:1500 & 1:6 & 5:3 \\
+ Coal & -- & -- & -- & 1:1 & 250:1 & 2500:1 \\
+ Oil & -- & -- & -- & -- & 1:1 & 10:1 \\
+ Mercury & -- & -- & -- & -- & -- & 1:1 \\
+ \hline
+ \end{tabular}
+\end{table}
+
+\begin{table}[h!]
+ \begin{tabular}{|l|r|r|r|r|}
+ \hline
+ -- & Tri-Tachyon & Nanotrasen & Cyberdyne & MJ12 \\
+ \hline
+ Tri-Tachyon & 1:1 & 1:1000 & 1:10 & -- \\
+ Nanotrasen & -- & 1:1 & 100:1 & -- \\
+ Cyberdyne & -- & -- & 1:1 & -- \\
+ MJ12 & -- & -- & -- & 1:1 \\
+ \hline
+ \end{tabular}
+\end{table}
+
+\begin{table}[h]
+ \begin{tabular}{|l|r|r|r|r|r|}
+ \hline
+ Corporation & Tri-Tachyon & Nanotrasen & Cyberdyne & MJ12 & Market Cap \\
+ \hline
+ Currency & \$ & € & \$ & ? & $\infty$ \\
+ Market Cap (\$) & 100T & 100B & 10T & ? & $110.1$T$+?$ \\
+ Steel \% & 50\% & 10\% & 20\% & 20\% & -- \\
+ Nanoplastic \% & 0\% & 90\% & 1\% & 9\% & -- \\
+ Chromium \% & 35\% & 20\% & 32\% & 13\% & -- \\
+ Coal \% & 20\% & 70\% & 10\% & 0\% & -- \\
+ Oil \% & 30\% & 0\% & 60\% & 10\% & -- \\
+ Mercury \% & 40\% & 1\% & 9\% & 50\% & -- \\
+ \hline
+ \end{tabular}
+ \begin{minipage}{\textwidth}
+ \small
+ ? $ \in a / 2 > b > c \times 2 $ where $ a $ is Tri-Tachyon \& $ b $ is MJ12 \& $ c $ is Cyberdyne.
+ $b = lerp(a,c,1-P(i))$ where $P(i) = i/ap(100)+P(i-1)$ and $ 80 \geq i \geq 20 $ where $ ap(n) = n(n+1)/2 $
+ This is to create a biased distribution favoring larger values.
+ \end{minipage}
+\end{table}
+
+We must choose the initial budget of the player and the initial pricing of the resources. by choosing the initial price
+
+The player has an initial budget $ n $, and we want that to be significant here among the random walk of the above corporations and resources.
+
+\backmatter
+
+\chapter{Links}
+\url{https://github.com/8e8m/EUROPAXI}
+
+\end{document}