Gamers logo

I Built a Browser Game Around Five Decisions and a Score Out of 195

How 195-0 World Draft turns a simple five-person team draft into a quick, replayable strategy experiment.

By chenPublished 23 days ago 4 min read

I recently built a small browser game called 195-0 World Draft.

The entire game started with one simple idea:

What if a player only had five choices to make, but every choice affected the final result?

That eventually became a quick drafting game where you build a five-person team, assign everyone to a different role, and see how your lineup scores out of 195.

If you want to see the idea in action, you can play 195-0 World Draft online directly in your browser.

Five People, Five Roles

The game revolves around five positions:

  • President

  • Vice President

  • General

  • Propaganda Minister

  • Treasurer

At first glance, the goal seems simple: choose strong people.

But that is only half of the decision.

You also need to decide where each person belongs.

Someone who looks like a strong overall choice may not be the best fit for every position. A different assignment can change how the final team performs.

That makes every draft a small strategy problem.

Why Keep the Game So Simple?

A lot of modern games ask players to learn complicated systems before anything interesting happens.

I wanted to try the opposite approach.

With 195-0, the player should be able to open the site and understand the basic idea almost immediately.

There is no installation.

There is no long tutorial.

There is no complicated inventory or huge skill tree.

You make a handful of decisions, finish your team, and see the result.

The simplicity is intentional.

The Score Creates the Replay Loop

The final result is shown on a scale of 195.

That gives every score an obvious meaning.

A result of:

70 / 195

feels very different from:

150 / 195

And once you see your first result, another question appears naturally:

Could I do better with a different team?

That is the replay loop I wanted to create.

Play.

See the result.

Question your choices.

Try again.

You can try the 195-0 browser game and see what your first draft scores.

Small Changes Can Create New Results

One of the most interesting parts of a drafting game is that you do not necessarily need completely new rules to make another round feel different.

Changing one person can be enough.

Changing one role can be enough.

Even keeping most of the same team while experimenting with a different assignment can make the next attempt feel like a new puzzle.

That means replayability comes from combinations rather than complexity.

Building for the Browser

I also wanted 195-0 to feel like an old-school internet experiment: something you discover, open, and immediately start playing.

Browser games have a useful advantage here.

There is almost no barrier between discovering the idea and trying it.

Someone can visit the official 195-0 World Draft website and start interacting with the game without downloading anything.

For a small independent project, that matters.

Every extra step between the visitor and the core experience creates another opportunity for them to leave.

The Interface Has One Main Job

The homepage is intentionally focused around one primary action:

PLAY 195-0

There are supporting sections explaining the roles, scoring, rules, FAQ, and leaderboard, but they all support the same goal.

Get the player into a draft.

I have found this useful beyond games as well.

When building a small web product, it helps to ask:

What is the single most important thing a new visitor should do?

Then make that action extremely obvious.

What I Want to Improve Next

The current version is only the beginning.

There are several areas I would like to improve.

Mobile Experience

A game designed for short sessions should work especially well on phones.

That means continuing to improve responsive layouts, touch targets, card sizing, and smaller-screen interactions.

More Draft Variety

More candidate combinations can create more reasons to replay without making the core rules harder to understand.

Better Sharing

A score such as 152 / 195 is naturally something players may want to compare.

I would like to make it easier to share both the final score and the team that produced it.

Leaderboards

A leaderboard adds another question beyond:

Can I beat my previous score?

It becomes:

How does my score compare with everyone else?

Localization

Because the core gameplay does not require huge amounts of text, adding more languages is another natural direction for the project.

What I Learned From Building It

The biggest lesson was that a small project does not need a huge feature list before it becomes worth publishing.

The first complete loop was essentially:

Choose five people → Assign five roles → Get one result

That was enough to make something people could actually use.

Once the core loop exists, improving the product becomes much easier because there is something real to test.

Instead of endlessly imagining what users might want, you can watch how people interact with the current version and improve from there.

A Small Game Can Still Be a Complete Product

195-0 is not trying to become a massive strategy game.

It is deliberately small.

But small does not have to mean unfinished.

A short browser experience can still have a clear beginning, meaningful decisions, a result, and a reason to play again.

That was the main experiment behind the project.

If you want to see what score your own five-person team gets, start your own 195-0 World Draft.

Build your team, assign the roles, and see how close you can get to 195.

new releasescelebrities

About the Creator

Enjoyed the story? Support the Creator.

Subscribe for free to receive all their stories in your feed.

Subscribe For Free

Reader insights

Comments

There are no comments for this story

Be the first to respond and start the conversation.

Sign in to comment
    Written by chen