Giter Site home page Giter Site logo

csivitu / arcadegames Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 38.0 10.96 MB

License: MIT License

Java 18.38% JavaScript 30.60% HTML 7.47% Python 26.17% Ruby 2.66% CSS 3.52% C# 5.14% C 4.99% Go 0.85% SCSS 0.21%
csharp hacktoberfest java javascript python ruby

arcadegames's People

Contributors

3xpl0itk1t avatar acashgirii avatar actuallyaryaman avatar anirudh233 avatar apurvapingale avatar aryan16x avatar baked-potatoes avatar ghousehimself avatar hectorpasarin avatar ianfindlay avatar itsnue avatar kartikey-codes avatar krypt9x avatar mittelblut9 avatar mrinank-bhowmick avatar rakeshprask avatar realwanheda avatar rupaaksrinivas avatar sanjaybaskaran01 avatar shree675 avatar shubhishyamsukha17 avatar substantialcattle5 avatar sujalmishra avatar suryanshu-09 avatar tanishqsrivastava avatar vaishnaviyrathod avatar varungupta04 avatar vibhoragrawal2003 avatar vidhik2002 avatar yatishsikka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arcadegames's Issues

Roll ( Bowling - Java )

Describe the bug
The game still rolls the ball even if you type a number rather than roll

To Reproduce
Steps to reproduce the behavior:

  1. Go to './javgames/basketball'
  2. Run 'basketball.java'
  3. Enter a number instead of roll
  4. See error

Expected behavior
It should not work on any command rather than roll

UI Improvement ( Basketball - JS )

Is your feature request related to a problem? Please describe.
I want you to make Basketball game more intuitive

Describe the solution you'd like
Add a ball and a hoop and players so that it is more intuitive.

Shooting ( SpaceInvaders - Python )

Describe the bug
The game does not shoot when you hold the space button

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.pygames/spaceinvaders'
  2. Run 'main.py'
  3. Try holding space button
  4. See error

Expected behavior
The spaceship should shoot even on holding the space bar.

UI Improvement ( Russian Roulette - JS )

Is your feature request related to a problem? Please describe.
I want you to make my Russian roulette game more intuitive

Describe the solution you'd like
Add a gun and some people so it is interactive.

Shooting ( SpaceInvaders - Python )

Describe the bug
The game does not shoot when you hold the space button

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.pygames/spaceinvaders'
  2. Run 'main.py'
  3. Try holding space button
  4. See error

Expected behavior
The spaceship should shoot even on holding the space bar

Value Error ( RockPaperScissor - Python )

Describe the bug
On being asked the number of games if you enter anything other than number the game ends

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pygames/RockPaperScissor'
  2. Run 'rockpaperscissor.py'
  3. Enter a letter rather than number
  4. See error

Expected behavior
It should tell you the input format is wrong and ask you for your choice once again

Second Move ( TicTacToe - JS )

Describe the bug
It stops working on the 2nd move

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.jsgames/tictactoe'
  2. Run 'index.html'
  3. Try playing
  4. See error

Expected behavior
It should keep working for the whole match

Level ( Snake - Python )

Is your feature request related to a problem? Please describe.
There are no levels

Describe the solution you'd like
Add more levels to the game with diff coloured snakes everytime

Levels ( Hangman - Java )

Is your feature request related to a problem? Please describe.
It should have difficulty levels depending on the number of letters in a word

Describe the solution you'd like
Add levels

Multiplayer ( TICTACTOE - JS )

Is your feature request related to a problem? Please describe.
No 2 player mode

Describe the solution you'd like
Add a new feature for a multiplayer mode so that 2 people can play.

Movement ( Snake - Python )

Describe the bug
When you press W and S together it stops

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pythongames/snake'
  2. Run 'snake.py'
  3. Press W and S together
  4. See error

Expected behavior
Fix the code so that this does not happen

Level ( Snake - Python )

Is your feature request related to a problem? Please describe.
There are no levels

Describe the solution you'd like
Add more levels to the game with diff coloured snakes everytime

Value Error ( RockPaperScissor - Python )

Describe the bug
On being asked the number of games if you enter anything other than number the game ends

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pygames/RockPaperScissor'
  2. Run 'rockpaperscissor.py'
  3. Enter a letter rather than number
  4. See error

Expected behavior
It should tell you the input format is wrong and ask you for your choice once again.

TEST ISSUE

Location of the Document
Give the exact location of the documentation.

What needs to be added
Describe what is missing in the description

Solution
Describe how to fix it.

Additional context
Add any other context about the problem here.

UI Improvement ( Basketball - JS )

Is your feature request related to a problem? Please describe.
I want you to make Basketball game more intuitive

Describe the solution you'd like
Add a ball and a hoop and players so that it is more intuitive.

Game Over ( SpaceInvaders - Python )

Describe the bug
The shoot button works even after the game ended

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pygames/spaceinvaders'
  2. Run 'main.py'
  3. Play the game and let it get over and try shooting
  4. See error

Expected behavior
Shooting should not be enabled after the game ends

Multiplayer ( TicTacToe - JS )

Is your feature request related to a problem? Please describe.
No 2 player mode

Describe the solution you'd like
Add a new feature for a multiplayer mode so that 2 people can play.

Time Limit ( Snake - Python )

Is your feature request related to a problem? Please describe.
There is no time limit

Describe the solution you'd like
Add a time limit for the game.

Speed Increase ( SpaceInvaders - Python )

Describe the bug
There is no speed increase warning for the aliens

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.pygames/spaceinvaders'
  2. Run 'main.py'
  3. Play for a bit
  4. See error

Expected behavior
It should give a warning for speed increase of the aliens before it does.

NEW TEST ISSUE

Location of the Document
Give the exact location of the documentation.

What needs to be added
Describe what is missing in the description

Solution
Describe how to fix it.

Additional context
Add any other context about the problem here.

Game Stops ( TICTACTOE - JS )

Describe the bug
It stops working on the 2nd move

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.jsgames/tictactoe'
  2. Run 'index.html'
  3. Try playing
  4. See error

Expected behavior
It should keep working for the whole match

Game Ends ( TICTACTOE - JS )

Describe the bug
If you click enter withought choosing either X or O the game ends

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.jsgames/tictactoe'
  2. Run 'index.html'
  3. Try pressing enter withought choosing
  4. See error

Expected behavior
It should tell you to choose rather than ending it abruptly

Input ( Hangman - Java )

Describe the bug
The hangman game takes input in numbers which should not be possible

To Reproduce
Steps to reproduce the behavior:

  1. Go to './javagames/hangman'
  2. Run 'hangman.java'
  3. Input number
  4. See error

Expected behavior
We don't want user inputing a number only word throw them an error

Input ( Hangman - Java )

Describe the bug
The hangman game takes input in numbers which should not be possible

To Reproduce
Steps to reproduce the behavior:

  1. Go to './javagames/hangman'
  2. Run 'hangman.java'
  3. Input number
  4. See error

Expected behavior
We don't want user inputing a number only word throw them an error

Movement ( Snake - Python )

Describe the bug
When you press W and S together it stops

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pythongames/snake'
  2. Run 'snake.py'
  3. Press W and S together
  4. See error

Expected behavior
Fix the code so that this does not happen

Speed Increase ( SpaceInvaders - Python )

Describe the bug
There is no speed increase warning for the aliens

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.pygames/spaceinvaders'
  2. Run 'main.py'
  3. Play for a bit
  4. See error

Expected behavior
It should give a warning for speed increase of the aliens before it does

Game Over ( SpaceInvaders - Python )

Describe the bug
The shoot button works even after the game ended

To Reproduce
Steps to reproduce the behavior:

  1. Go to './pygames/spaceinvaders'
  2. Run 'main.py'
  3. Play the game and let it get over and try shooting
  4. See error

Expected behavior
Shooting should not be enabled after the game ends

Time Limit ( Snake - Python )

Is your feature request related to a problem? Please describe.
There is no time limit

Describe the solution you'd like
Add a time limit for the game

Game Ends ( TicTacToe - JS )

Describe the bug
If you click enter withought choosing either X or O the game ends

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.jsgames/tictactoe'
  2. Run 'index.html'
  3. Try pressing enter withought choosing
  4. See error

Expected behavior
It should tell you to choose rather than ending it abruptly

Roll ( Bowling - Java )

Describe the bug
The game still rolls the ball even if you type a number rather than roll

To Reproduce
Steps to reproduce the behavior:

  1. Go to './javgames/basketball'
  2. Run 'basketball.java'
  3. Enter a number instead of roll
  4. See error

Expected behavior
It should not work on any command rather than roll.

Levels ( Hangman - Java )

Is your feature request related to a problem? Please describe.
It should have difficulty levels depending on the number of letters in a word

Describe the solution you'd like
Add levels

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.