Skip to content

SarmaCodes/SarmaCodes.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title>Chimp Champ - Puzzle Game</title> <style> body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; background-color: #f7f7f7; color: #333; line-height: 1.6; } .container { max-width: 800px; margin: 40px auto; padding: 20px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,0.07); } header { text-align: center; border-bottom: 2px solid #eee; padding-bottom: 20px; margin-bottom: 30px; } header h1 { font-size: 3em; color: #2c2c2c; margin: 0; } header h2 { font-size: 1.5em; color: #e86a00; /* A friendly, warm color */ font-weight: 500; margin: 10px 0 0; } .content p { font-size: 1.1em; color: #555; } .cta-button { display: block; width: fit-content; margin: 30px auto; padding: 14px 28px; font-size: 1.2em; font-weight: bold; color: #ffffff; background-color: #007aff; /* Apple blue */ border-radius: 10px; text-decoration: none; transition: background-color 0.2s; } .cta-button:hover { background-color: #005ecb; } .features { margin-top: 40px; } .features h3 { font-size: 1.8em; color: #333; border-bottom: 2px solid #eee; padding-bottom: 10px; } .features ul { list-style-type: none; padding: 0; } .features li { font-size: 1.1em; padding: 10px 0; border-bottom: 1px solid #f0f0f0; } .features li::before { content: '✓'; color: #e86a00; font-weight: bold; margin-right: 10px; } footer { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; color: #888; } footer a { color: #007aff; text-decoration: none; } footer a:hover { text-decoration: underline; } </style>
<div class="container">
    <header>
        <h1>Chimp Champ!</h1>
        <h2>Inspired by the Genius of  <a href="https://en.wikipedia.org/wiki/Ayumu_(chimpanzee)">Ayumu!</a></h2>
    </header>

    <main class="content">
        <a href="https://apps.apple.com/us/app/id6743861995" class="cta-button">Get it on the App Store</a>

        <p>
            Put your memory to the test with <strong>Chimp Champ</strong>, the addictive puzzle game inspired by the
            incredible true story of Ayumu, a chimpanzee at Kyoto University.
        </p>
        <p>
            Ayumu stunned scientists by demonstrating a short-term memory that was
            superior to that of human university students, flawlessly recalling number
            sequences on a touchscreen.
        </p>
        <p>
            Now it's your turn. Do you have what it takes to be a Chimp Champ?
        </p>

        <div class="features">
            <h3>Features</h3>
            <ul>
                <li>Test your memory with challenging sequence puzzles.</li>
                <li>Experience a game based on real-world primate cognition.</li>
                <li>Progress through increasingly difficult levels.</li>
                <li>Simple, clean design lets you focus on the puzzle.</li>
                <li>Train your brain and see if you can match Ayumu's skills!</li>
            </ul>
        </div>
    </main>

    <footer>
        <p>
            <a href="sarma.codes@gmail.com">Support</a> &nbsp;&middot;&nbsp; 
            <a href="https://sarmacodes.github.io/docs/MemoX_Terms.html">Terms of Use</a> &nbsp;&middot;&nbsp; 
            <a href="https://sarmacodes.github.io/docs/MemoX_Privacy.html">Privacy Policy</a>
        </p>
        <p>&copy; 2025 SarmaCodes. All rights reserved.</p>
    </footer>
</div>

About

a repo to setup the ad mob requirements for chimp champ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published