Code Monkey home page Code Monkey logo

hacktoberfest-projectcplusplus's People

Contributors

abhakta-47 avatar davidg33k avatar dmytro-balabukh avatar mateka avatar orestotel avatar saurabhsethi1102 avatar srikant-code avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hacktoberfest-projectcplusplus's Issues

delete_row.cpp does not work

Given the dimensions of the matrix, delete line, where the sum of elements is the lowest. Return the highest element of the matrix.

The issue is that I need help with heap memory in C++. The array lines don't get deleted or reassigned different values for some reason. Assistance appreciated.

CircleSquare.cpp doesn't work

The input is x and y coordinates. There is a circle with radius 1. The circle is inside a square with side length equal to 2(because of the radius).

Task:

  • [The program should check if the coordinate is outside the circle but inside the square. ]

Review all the files

To organize the repository, there should be done a review of all files. Every file should be given a status:

  • #works
  • #bug
    or
  • #TODO
    The status should be written after the () gaps. E.G:
  1. somefile.cpp ( description ) #STATUS

Every file should be compiled before giving it a specific status. If it is unclear, what status should you assing to that file, describe that in the description and add #TODO tag.

Boxing game to be developed

Random boxing game for beginners.

Description:

  1. User gets greeted and enters his name
  2. User enters the name of the gym
  3. User enters the name of the fighter.
    Randomize Fighter stats; Record a fighter.
  4. User is told that today is the first fight night
    5)Match starts
    Return both fighters stats
  5. Match continues with description of random actions("Threw a punch", "defended", "blocked a jab" etc.)
  6. Record fighter statistics (Win/Lose/Draw count) and return it to the user.
    8)Ask to play another match

Default fighter stats: STR, DEF, DEX, STAMINA, HEALTH
STR - 1; Damage of the punches
DEF - 1; Amount of blocked damage
DEX - 1; Chance to block
STAMINA - 0.62; Chance to attack
HEALTH - 20; health of the fighter.

Attack-Block action queries:
Attack:

  • "Threw a jab for (STR1) damage" (Probability 0.5STAMINA);
  • "Threw a punch for (STR*2) damage";
  • "Threw a hook for (STR*5) damage"

...

The rest is to be described or it's up to you since you already understand the concept to program it well.

This text was copied from the project description since it both well describes the issue and the project.

tabulate atan() - create new file

53ee08f
See this file and write a similar program regarding the secont formula(one called atan) in photo.
Use variables:
a - from
b - to
h - step
eps - precision
d - amplifier
s - sum
k - number(see the photo and the referenced commit)

photo_2019-10-15_14-31-02

Thank you for your help in advance:)
Happy Hacktoberfest.

Actualize Test branch and Synchronize Master

The Master branch needs to be merged into the test branch because there were a lot of files added since the Test branch was last time edited, so I decided to make it relevant and actualize it. It cannot be merged automatically, because of the conflicts created by #5 pull request, which fixed an important issue #2 .

So now I will merge Master into Test and leave all the useful changes in Test branch, and then merge Test branch into Master, again, to actualize the #5 commit.

TL;DR - merge Master into Test, then merge Test into Master and resolve all the conflicts.

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.