Code Monkey home page Code Monkey logo

tic-tac-chase-toe's Introduction

Tic Tac Chase Toe

A turn-based board game in JavaScript


An online game written in vanilla JavaScript, in which 2 players play each turn to compete.

The game starts by randomly generating the game map. Where each box can be either empty or blocked. With a limited number of weapons (up to 4) placed randomly and can be collected by players who pass through. While starting each player with a basic default weapon.

For each turn, a player can move from one to three boxes (horizontally or vertically) before ending their turn. They obviously can not pass through obstacles directly.

If a player passes over a box containing a weapon, they leave their current weapon on-site and replace it with the new one.

If players cross over adjacent squares (horizontally or vertically), a battle begins.

During combat, the game works as follows:

  • Each player attacks in turn
  • The damage depends on the player's weapon
  • The player can choose to attack or defend against the next shot
  • If the player chooses to defend themselves, they sustain 50% less damage than normal
  • As soon as the HP/life points of a player (initially 100) fall to 0, they lose. A message appears and the game is over.

This game was an experiment to see what could be achieved using modern vanilla JavaScript using Object-Oriented Programming. It was also an exercise to see how good comments can also help produce good documentation.

Although there was a lot more I wanted to do with this project in terms of features and design. But I had to stop somewhere and version 1 was more than good enough for that.

tic-tac-chase-toe's People

Contributors

usmanbashir avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.