https://github.com/christopherkade/meridian-corp
Browser game where the player processes a stack of incoming resumes. What they don't know - but suspect - is that Earth is being quietly infiltrated by aliens who have learned to forge human credentials.
https://github.com/christopherkade/meridian-corp
Last synced: 6 days ago
JSON representation
Browser game where the player processes a stack of incoming resumes. What they don't know - but suspect - is that Earth is being quietly infiltrated by aliens who have learned to forge human credentials.
- Host: GitHub
- URL: https://github.com/christopherkade/meridian-corp
- Owner: christopherkade
- Created: 2026-04-11T20:41:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-26T09:25:53.000Z (about 1 month ago)
- Last Synced: 2026-04-26T11:16:07.323Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://meridian-corp.net/
- Size: 340 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Meridian Corp
A browser-based game set in a retro Windows 95-style HR portal. You play as a resume screener at Meridian Solutions, reviewing incoming job applications - except some of the applicants aren't human.
Read each resume carefully, spot the subtle tells, and decide whether to **Hire** or **Flag** each candidate. The higher your tier, the harder the clues become. Choose a difficulty setting that determines how many mistakes you can make before getting fired.
Built with Next.js, React, and Zustand. Styled to look like a corporate desktop from 1997.
## Getting Started
```bash
yarn install
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) to play.
## Testing
```bash
yarn test
```