Giter VIP home page Giter VIP logo

pair15_sprint2-master's Introduction

Bugs World, Sprint 2, Pair 15

Done by Oleg Miron Ganin and TODO.

At the start of the first sprint we had a base GUI written in css and html, as well as a few skeletons of game entity classes.

At the second sprint, we finished the base classes. We added a map parser, a bug brain parser. Combined all of these elements to run the game on the canvas, implementing a simulation class for the game itself. Added canvas painting of the game. Roughly speaking, we finalized the missing logic of the game, so that it would already be able to run. So in addition to the backend part, we also connected its work with the frontend.

We also installed lib for tests and added tests to all basic game classes

Added WordCell constructor, to have ability to create different cells on the map.

Fully create Bug class

Add classes and logic for Bug state machine, instructions adn etc.

Added parser Bug's commands from assembler file, and use them in State machine in simulation

Structure

  • CSS files are in the ./templates/css folder.
  • HTML files are in the ./templates/ folder.
  • JS files are in the ./templates/js/... folder.
  • Test data is in the ./testdata/... folder.

Technologies Used

The following technologies were used in this sprint:

  • HTML
  • CSS
  • JavaScript
  • jQuery

How to run tests

tests use library http://mochajs.org
To install follow the instructions on the library website
When you have cloned the repository, use the "npm install" command to load the necessary dependencies. To run the tests themselves, use the "npm run" command.

How to run project

-clone repository

-open start.html file. I used WebStorm for that.

-enjoy

Links

pair15_sprint2-master's People

Contributors

mirong1707 avatar

Watchers

 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.