<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Game on Neumo</title><link>https://neumoneumo.github.io/blog/tags/game/</link><description>Recent content in Game on Neumo</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 05 Dec 2025 17:08:01 +0800</lastBuildDate><atom:link href="https://neumoneumo.github.io/blog/tags/game/index.xml" rel="self" type="application/rss+xml"/><item><title>Puzzle: Can a Matador Always Dodge a Bull's Charge?</title><link>https://neumoneumo.github.io/blog/posts/bullfighting/</link><pubDate>Fri, 05 Dec 2025 17:08:01 +0800</pubDate><guid>https://neumoneumo.github.io/blog/posts/bullfighting/</guid><description>&lt;h1 id="puzzle"&gt;Puzzle&lt;/h1&gt;
&lt;p&gt;Play music &amp;ldquo;Pascual: España Cañí Pasodoble&amp;rdquo; to set the vibe.&lt;/p&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/FCLIuzS64ms?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;In a bullring, a brave matador is engaged in a splendid fight with a furious bull. The matador is agile, meaning that he can change his velocity &lt;strong&gt;immediately&lt;/strong&gt; (even at accelerations up to 100g), but he has a &lt;strong&gt;maximum velocity&lt;/strong&gt;. In contrast, the bull has &lt;strong&gt;no upper limit&lt;/strong&gt; on its &lt;strong&gt;velocity&lt;/strong&gt;, but it has a &lt;strong&gt;maximum acceleration&lt;/strong&gt; due to its massive build. The bull wants to gore the matador while the matador wants to dodge the bull’s charge. Can the bull knock down the matador in a finite time? Or can the matador always dodge the bull’s charge for as long as he wants?
&lt;strong&gt;Note&lt;/strong&gt;: we model both the matador and the bull as a point without volume.&lt;/p&gt;</description></item><item><title>Maximum Value Derived from Basic Operations Given Positive Integers</title><link>https://neumoneumo.github.io/blog/posts/basic_ops_game/</link><pubDate>Sun, 16 Mar 2025 15:33:42 +0800</pubDate><guid>https://neumoneumo.github.io/blog/posts/basic_ops_game/</guid><description>&lt;h1 id="notation"&gt;Notation&lt;/h1&gt;
&lt;p&gt;$[n]$ denotes $\{1,2,\cdots,n\}$.&lt;/p&gt;
&lt;p&gt;$[m:n]$ denotes $\{m,m+1,\cdots,n\}$ if $m\leq n$. It&amp;rsquo;s an empty set otherwise.&lt;/p&gt;
&lt;p&gt;$a_{m:n}$ denotes $a_m,a_{m+1},\cdots,a_n$.&lt;/p&gt;
&lt;p&gt;$\{\{1,1,2^{(3)}\}\}$ denotes the multiset with two 1s and three 2s in it.&lt;/p&gt;
&lt;h1 id="the-problem"&gt;The Problem&lt;/h1&gt;
&lt;p&gt;Given several positive integers $a_{1:n}$, what&amp;rsquo;s the maximum value that can be
achieved by four basic operations, additions, subtractions, multiplications and
divisions? Every number is used exactly once. (Provider: 雷伊布是真的狗 aka
雷狗)&lt;/p&gt;
&lt;p&gt;For example, given 1,1,2,3, a possible result is $4/3=(1+1)\times 2/3$ but the
largest result is $12=(1+1)\times 2\times3$.&lt;/p&gt;</description></item></channel></rss>