TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

3D Army Land Navigation Courses

99 pointsby b_mc2about 1 month ago

16 comments

xeonmcabout 1 month ago
How to play:<p>1. scattered throughout the level are flagpoles with two-letter names on the flag<p>2. you are given a list of numeric coordinates which are locations to a subset of the flagpoles, in the format (map section)(xx.xx)(yy.yy), as well that of as your starting point<p>3. the objective is to navigate to those coordinates to record the two-letter names of those flags. A UI will open when you walk up to each flag asking if you want to fill in the answer.<p>4. you are given a map with the corresponding xy grids delineated, place the mini flags according to the given coordinates to help locate yourself on the map. (remember that your starting coordinate is given to you as well)<p>5. the game ends when you have filled out all of the coordinates&#x27; corresponding two-letter names, at which point the correct answer will be revealed for you to compare.
评论 #43659921 未加载
评论 #43655977 未加载
sdkgamesabout 1 month ago
How to play is explained here [1]<p>By the way you can run the games locally. Just download all files.<p>For the forest game you would have a local directory:<p><pre><code> ├── Build │ ├── Build_7_30_F.asm.code.unityweb │ ├── Build_7_30_F.asm.framework.unityweb │ ├── Build_7_30_F.asm.memory.unityweb │ ├── Build_7_30_F.data.unityweb │ ├── Build_7_30_F.json │ └── UnityLoader.js └── index.html </code></pre> then just run the following in the directory<p><pre><code> python3 -m http.server </code></pre> [1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=a74KM792gbo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=a74KM792gbo</a>
评论 #43653245 未加载
teerayabout 1 month ago
I didn&#x27;t know the objective, so I created my own simple one: get to the lake because I&#x27;m thirsty. Then I created another one: get back to where I started so I can bring water to my injured companion.
评论 #43655735 未加载
评论 #43655580 未加载
dgimla20about 1 month ago
See Catching Features (first released around 2006) for the orienteering version of this. It still has weekly competitions with up to 100 or so regulars playing.<p>As another commenter suggested, orienteering is great as a sport&#x2F;running variation of this. Orienteers are some of the brightest and fittest people I know.
polyvisualabout 1 month ago
Possibly the longest email address I&#x27;ve ever seen!<p>usarmy.jble.tradoc.mbx.eustis-tboc-dtl-helpdesk@mail.mil
评论 #43653262 未加载
jsvaughanabout 1 month ago
Can highly recommend orienteering racing if this seems like your kind of thing
评论 #43652829 未加载
评论 #43653290 未加载
thaumasiotesabout 1 month ago
This looks really cool. But I&#x27;m stuck on understanding the setup. I spawn at a known point defined as 32QAU04710542. I have a list of &quot;given&quot; points that I&#x27;m trying to reach, all beginning with 32QAU0 and then ranging from 3500715 to 5790531. And I have a map.<p>I assume I&#x27;m supposed to locate these points, including the known point, on the map. And I&#x27;m hoping the names of the points will help me do that. But I don&#x27;t know what they mean or how to find them on the map.
评论 #43651708 未加载
tetris11about 1 month ago
I did the Duke of Edinburgh bronze silver and gold when I was a kid, back before smart phones. Only one person on the team could reliably navigate, and he was mostly just basing his assessment on our position using compass and tree line.<p>They taught us to triangulate using pencil and ruler, but no one has time for that when it&#x27;s starting to get dark.
评论 #43652253 未加载
domatic1about 1 month ago
I need a Navigation Course to navigate the course.
评论 #43652017 未加载
gonzoflipabout 1 month ago
Very cool. I did a few points, I will be using this to brush up on my land nav. The hardest part of land nav for me when I was in the infantry was pace count and maintaining my azimuth while moving, this makes those both super simple, but a very neat game, thanks for sharing.
tgsovlerkhgselabout 1 month ago
If you have a widescreen monitor or a wider-than-usual browser, the &quot;begin&quot; button may not be visible.<p>Edit: And if you resize your browser window mid game without playing fullscreen, the flags placed on the map move.
tgsovlerkhgselabout 1 month ago
Going up a few directories reveals more games: <a href="https:&#x2F;&#x2F;oe.tradoc.army.mil&#x2F;oegames&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oe.tradoc.army.mil&#x2F;oegames&#x2F;</a>
guaxabout 1 month ago
And there is even more games! <a href="https:&#x2F;&#x2F;oe.tradoc.army.mil&#x2F;oegames&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oe.tradoc.army.mil&#x2F;oegames&#x2F;</a>
mdanielabout 1 month ago
the loading screen says &quot;Game may take a few minutes to load depending on the internet connection.&quot; but the dev tools say<p>&gt; You can reduce your startup time if you configure your web server to host .unityweb files using gzip compression.<p>Seems like an easy fix and it&#x27;s not exactly like that information requires 3l33t skillz to find
ge96about 1 month ago
can&#x27;t move the camera around?<p>I like the skybox of the desert and the cricket sound
CSMastermindabout 1 month ago
This seems like the kind of thing that Grok could one shot creating.