|
169 | 169 | </style> |
170 | 170 | <script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Board Gaming Hub","item":"https://boardgaminghub.com/"},{"@type":"ListItem","position":2,"name":"Simulations","item":"https://boardgaminghub.com/#sims"},{"@type":"ListItem","position":3,"name":"Apoapsis","item":"https://boardgaminghub.com/Apoapsis.html"}]}</script> |
171 | 171 | <script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is apoapsis?","acceptedAnswer":{"@type":"Answer","text":"The highest point of an orbit — opposite of periapsis (lowest point). On Earth it's \"apogee\"; for the Sun it's \"aphelion\". The game is named after this orbital concept."}},{"@type":"Question","name":"Is the physics realistic?","acceptedAnswer":{"@type":"Answer","text":"Yes — full Newtonian gravity (no patched-conics simplification), realistic engine ISP/thrust specs, and atmospheric drag with altitude-dependent density. Trajectory matches what Kerbal Space Program calls \"Realism Overhaul\" closely."}},{"@type":"Question","name":"What's a good gravity-turn altitude?","acceptedAnswer":{"@type":"Answer","text":"Begin pitching over at ~5 km, target ~45° pitch by 20 km. Earlier pitch wastes fuel on horizontal velocity at sea level (high drag); later pitch wastes fuel fighting gravity."}},{"@type":"Question","name":"Can I land on the Moon?","acceptedAnswer":{"@type":"Answer","text":"Single-stage to orbit and a circumlunar flyby are both achievable with the default rocket. A surface-landing mission requires a custom multi-stage build."}}]}</script> |
172 | | -<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2835365593874464" |
173 | | - crossorigin="anonymous"></script> |
174 | 172 | </head> |
175 | 173 | <body> |
176 | | -<style id="siteNav-css"> |
177 | | - #siteNav { position: sticky; top: 0; z-index: 99999; background: rgba(16,20,28,0.96); border-bottom: 1px solid #2a3540; font-family: Georgia, "Times New Roman", serif; box-shadow: 0 2px 10px rgba(0,0,0,0.6); color: #d8d0c0; } |
178 | | - #siteNav * { box-sizing: border-box; } |
179 | | - #siteNav .nav-bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; max-width: 1400px; margin: 0 auto; gap: 12px; } |
180 | | - #siteNav .nav-home { color: #d8d0c0; text-decoration: none; font-size: 0.82em; letter-spacing: 2px; padding: 5px 12px; border: 1px solid #3a5060; border-radius: 3px; white-space: nowrap; } |
181 | | - #siteNav .nav-home:hover { background: #1e2838; color: #f0e0b0; } |
182 | | - #siteNav .nav-title { color: #f0d89c; font-size: 0.95em; letter-spacing: 3px; font-weight: bold; text-align: center; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } |
183 | | - #siteNav .nav-toggle { background: none; border: 1px solid #3a5060; color: #d8d0c0; font-size: 0.85em; letter-spacing: 2px; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; white-space: nowrap; } |
184 | | - #siteNav .nav-toggle:hover { background: #1e2838; color: #f0e0b0; } |
185 | | - #siteNav .nav-menu { display: none; background: #0f141c; border-top: 1px solid #2a4050; padding: 14px 16px; max-width: 1400px; margin: 0 auto; } |
186 | | - #siteNav .nav-menu.open { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } |
187 | | - #siteNav .nav-cat { min-width: 0; } |
188 | | - #siteNav .nav-cat-label { color: #8098a8; font-size: 0.72em; letter-spacing: 4px; padding: 4px 0 8px 0; border-bottom: 1px solid #2a3540; margin-bottom: 6px; } |
189 | | - #siteNav .nav-cat a { display: block; padding: 6px 10px; color: #a8b0c0; text-decoration: none; font-size: 0.88em; border-radius: 3px; } |
190 | | - #siteNav .nav-cat a:hover { background: #1e2838; color: #f0e0b0; } |
191 | | - #siteNav .nav-cat a.current { color: #f0d89c; font-weight: bold; background: #1e2838; } |
192 | | - @media (max-width: 640px) { |
193 | | - #siteNav .nav-menu.open { grid-template-columns: 1fr; gap: 14px; } |
194 | | - #siteNav .nav-title { font-size: 0.82em; letter-spacing: 2px; } |
195 | | - #siteNav .nav-home, |
196 | | - #siteNav .nav-toggle { font-size: 0.74em; padding: 4px 8px; } |
197 | | - } |
198 | | -</style> |
199 | | -<div id="siteNav"> |
200 | | - <div class="nav-bar"> |
201 | | - <a href="index.html" class="nav-home">HOME</a> |
202 | | - <span class="nav-title">Apoapsis</span> |
203 | | - <button class="nav-toggle" onclick="document.querySelector('#siteNav .nav-menu').classList.toggle('open')">GAMES ☰</button> |
204 | | - </div> |
205 | | - <div class="nav-menu"> |
206 | | - <div class="nav-cat"> |
207 | | - <div class="nav-cat-label">BOARD GAMES</div> |
208 | | - <a href="Agora.html">Agora</a> |
209 | | - <a href="Aresia.html">Aresia</a> |
210 | | - <a href="Backgammon.html">Backgammon</a> |
211 | | - <a href="Bisque.html">Bisque</a> |
212 | | - <a href="Chess.html">Chess</a> |
213 | | - <a href="Convergence.html">Convergence</a> |
214 | | - <a href="Go.html">Go</a> |
215 | | - <a href="Mancala.html">Mancala</a> |
216 | | - <a href="Odyssey.html">Odyssey</a> |
217 | | - <a href="Othello.html">Othello</a> |
218 | | - <a href="PenteGrammai.html">Pente Grammai</a> |
219 | | - <a href="Senet.html">Senet</a> |
220 | | - <a href="Tidelands.html">Tidelands</a> |
221 | | - <a href="Ur.html">Ur</a> |
222 | | - </div> |
223 | | - <div class="nav-cat"> |
224 | | - <div class="nav-cat-label">SIMULATIONS</div> |
225 | | - <a href="Apoapsis.html" class="current">Apoapsis</a> |
226 | | - <a href="BiosphereBlue.html">Biosphere Blue</a> |
227 | | - <a href="BonnevilleSpillwayOperator.html">Bonneville Spillway</a> |
228 | | - <a href="Cliffwalkers.html">Cliffwalkers</a> |
229 | | - <a href="Doctrine.html">Doctrine</a> |
230 | | - <a href="EclipsePredictor.html">Eclipse Predictor</a> |
231 | | - <a href="Floodline.html">Floodline</a> |
232 | | - <a href="Metropolis2K.html">Metropolis 2K</a> |
233 | | - <a href="Tower.html">Tower</a> |
234 | | - </div> |
235 | | - </div> |
236 | | -</div> |
237 | 174 | <div id="gameNav"> |
238 | 175 | <div class="nav-bar"> |
239 | 176 | <span class="nav-title">Apoapsis</span> |
@@ -3270,6 +3207,27 @@ <h3>Related games</h3> |
3270 | 3207 | </section> |
3271 | 3208 |
|
3272 | 3209 | <script src="/analytics.js"></script> |
| 3210 | + |
| 3211 | +<section style="max-width:900px;margin:60px auto 40px;padding:0 20px;font-family:Georgia,'Times New Roman',serif;color:#d8d0c0;"> |
| 3212 | + <h2 style="color:#f0d89c;letter-spacing:4px;font-size:1.0em;text-transform:uppercase;border-bottom:1px solid #2a3540;padding-bottom:8px;margin-bottom:16px;">Discussion</h2> |
| 3213 | + <p style="color:#8098a8;font-size:0.9em;margin-bottom:18px;line-height:1.5;">Sign in with GitHub to share strategies, ask questions, or report a bug.</p> |
| 3214 | + <div class="giscus"></div> |
| 3215 | +</section> |
| 3216 | +<script src="https://giscus.app/client.js" |
| 3217 | + data-repo="mf4633/board-gaming" |
| 3218 | + data-repo-id="R_kgDOKyyThA" |
| 3219 | + data-category="Announcements" |
| 3220 | + data-category-id="DIC_kwDOKyyThM4C75Cz" |
| 3221 | + data-mapping="pathname" |
| 3222 | + data-strict="0" |
| 3223 | + data-reactions-enabled="1" |
| 3224 | + data-emit-metadata="0" |
| 3225 | + data-input-position="bottom" |
| 3226 | + data-theme="dark" |
| 3227 | + data-lang="en" |
| 3228 | + crossorigin="anonymous" |
| 3229 | + async></script> |
| 3230 | + |
3273 | 3231 | <script src="/nav.js" defer></script> |
3274 | 3232 | </body> |
3275 | 3233 | </html> |
0 commit comments