florinpop17 / 100Days100Projects

Creating 100 Projects in 100 Days Challenge
MIT License
605 stars 87 forks source link

Sketch Battle #8

Closed GeorgeWL closed 4 years ago

GeorgeWL commented 5 years ago

Two Fighters Go in.

One goes out.

Draw a fighter using the canvas, the game secretly tools up some stats, then they fight.

florinpop17 commented 5 years ago

Hmm.. maybe you might want to be a little more descriptive about this project 😅

GeorgeWL commented 5 years ago

haha, yeh I didn't put anywhere near enough thought in there.

It's taken from an old forum game, and was thinking it could possibly be adapted.

The forum game was as such:

  1. Each player submitted a terrible sketch made using MS Paint (or similarly limited art app) and stated which side of a Battlefield (Left/Right) they wanted to be on.
  2. Then either through user votes (most commonly this), or the originator of the post assigning values, the two sides of a battlefield would "fight" and a winning side would be decided.

Was thinking this could be adapted into a 1v1 variant using the javascript canvas API.