Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Readme.md #36

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# [Angry Coders Game](http://angrycoders.codingblocks.com/)

A angry bird type game for coders by Coding blocks.

Click the link embedded in title to visit the site.

## Table of contents
* [General info](#general-info)
* [Screenshots](#screenshots)
* [Technologies](#technologies)
* [Setup](#setup)
* [Features](#features)


## General info
Love playing angry birds? We all do.
But ever felt like creating your own angry birds game? Here is the code to develop your own angry birds type game in JS.

So sit back, relax, and code your way into your self-developed Angry Coders game.

Link: http://angrycoders.codingblocks.com/

**Run Code** Button evaluates your code and runs it accordingly.

* **Reset Level** Button restarts the game for this level.

* **Next Level** Button takes you to a random next level

* You need to *write the code* for the two functions to get *Angle* and *Velocity* at which the ball should be thrown so that it hits the bird.

## Code Examples on how to play:

gravity = 1000
mass=10
Helper Functions:
function degreeToRadian(deg){
  return deg*(Math.PI/180);
}

function radianToDegree(rad){
  return rad*(180/Math.PI);
}

function sin(deg){
  theta = degreeToRadian(deg);
  return Math.sin(theta);
}

function cos(deg){
  theta = degreeToRadian(deg);
  return Math.sin(theta)
}

function tanInv (val) {
  var rad = (Math.atan(val))
  var deg = radianToDegree(rad)
  return deg;
}

function squareRoot(no){
  return Math.sqrt(no);
}



## Screenshots
Opening above link you'll get the following screen
![homepage](https://user-images.githubusercontent.com/58937669/101068229-74871400-35be-11eb-82e3-b61d9d4c7fc5.JPG)




## Setup
- Clone the repo: `https://github.com/coding-blocks/angry-coders-game.git`
-Download ZIP file




## Bugs & Feature Requests

Click [here](https://github.com/coding-blocks/angry-coders-game/issues) to report a bug for a feature request

###PLEASE DO
- Provide as much information as possible about the issue.
- Provide detailed steps for reproducing the issue.

###PLEASE DO NOT

-Provide any sensitive data or server logs.
-Report potential security issues publicly (see ‘Security Issues’).

Binary file modified ace-builds/demo/bookmarklet/images/ace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/body_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/bottombar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/fork_on_github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/bookmarklet/images/logo_half.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 2 additions & 43 deletions ace-builds/demo/kitchen-sink/docs/svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ace-builds/demo/kitchen-sink/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 1 addition & 11 deletions ace-builds/demo/svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/carrier_command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/carrier_command_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/carrier_command_o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/desyrel-pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/desyrel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/gem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/nokia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/nokia16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/bitmapFonts/nokia16black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/Tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/android_spritesheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/ballbird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/birdblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/block_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/block_c.png
Binary file modified assets/images/block_cb.png
Binary file modified assets/images/brown_rock.png
Binary file modified assets/images/brown_rock_c.png
Binary file modified assets/images/btn_next.png
Binary file modified assets/images/building.png
Binary file modified assets/images/floor.png
Binary file modified assets/images/green_rock.png
Binary file modified assets/images/green_rock_c.png
Binary file modified assets/images/layer-3-ground.png
Binary file modified assets/images/lftTileC.png
Binary file modified assets/images/mascot.png
Binary file modified assets/images/mascot_small.png
Binary file modified assets/images/midTileC.png
Binary file modified assets/images/mountain.png
Binary file modified assets/images/pig.png
Binary file modified assets/images/play.png
Binary file modified assets/images/reset_btn.png
Binary file modified assets/images/rightTileC.png
Binary file modified assets/images/run_code.png
Binary file modified assets/images/tileC1.png
Binary file modified assets/images/tileC2.png
Binary file modified assets/images/topblock.png