An open API service indexing awesome lists of open source software.

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.

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
```