Giter Site home page Giter Site logo

ikabir21 / lets-code Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 15.0 12.72 MB

Show your creativity and add some unique web/cli game

License: MIT License

Python 14.40% HTML 6.26% JavaScript 18.57% CSS 5.17% Jupyter Notebook 3.07% C++ 49.84% QMake 0.60% C 2.08% Procfile 0.01%
hacktoberfest hacktoberfest2022 beginner-friendly javascript javascript-game python cpp css html nodejs react

lets-code's Introduction

lets-code

Show your creativity and add some unique web game

lets-code's People

Contributors

1721619940 avatar ajayraut1 avatar anikate-de avatar blieve16 avatar dhruvbajoria avatar floating-dynamo avatar geekygaurab avatar ikabir21 avatar khushboo683 avatar lovelesh26 avatar mrjayendra avatar nafisaoladele avatar naveenburathi avatar sengar123 avatar shreyashukla03 avatar shubmishra avatar who3mi avatar

Stargazers

 avatar

Watchers

 avatar

lets-code's Issues

The memory game

The idea behind this JavaScript game idea goes something like this:

  • The user is confronted with a grid of empty squares, let’s say there are 6 squares in the grid for now (3×2)
  • A sequence is “flashed” to the user, so the squares illuminate in turn in a particular order or sequence
  • The user must correctly replicate this sequence in order to pass the
  • Each level gets more difficult (longer sequences, faster flashing and so on)

So the memory game is all about recalling increasingly difficult sequences in turn to progress through the levels.

Tic tac toe

How this game is played

Here’s an old school one that should be easy enough to make in JavaScript.

The rules of the game are as follows.

  • There is a 9×9
  • One player is x, the other is
  • Each player must attempt to line up 3 of their counters (x or o) in a
  • The line can be in any direction; vertical, horizontal or diagonal

When making this game, you could consider having a simple computerized opponent.

Hangman

How the game works

This one’s a classic.

  • The user is presented with some dashes (these represent letters in a randomly selected word)
  • They must guess which letters appear in the
  • A correct guess would display the letter in the word (it is no longer obscured with a
  • An incorrect guess means the user loses a
  • The user must guess the word correctly before all of their lives have expired

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.