Farooq S's repositories

Language:JavaScriptStargazers:2Issues:2Issues:0

1024-game

Write a C++ program to play a text-based version of the game of 1024, which is the same idea as the game of 2048, which itself is a copy of the (better) game of threes. When the program starts it defaults to a board size of 4, but later you can resize the board and restart. The goal for a 4x4 board is to get a tile with the value 1024. Each additional increment in board size doubles the goal value, so a 5x5 board would have a goal of 2048, a 6x6 board would have a goal of 4096, and so on. Running this program should look like:

Language:C++Stargazers:0Issues:1Issues:0

Contagion-Game

Write a program that allows two human players to play the game of Contagion, where the objective is to capture as many board positions as possible, alternating play between play X and O.

Language:C++Stargazers:0Issues:1Issues:0

COVID-19-Data-Tracker

multi-screen app using Material Components for the Web that allows users to graph COVID-19 data ("confirmed cases") for selected countries.

Language:HTMLStargazers:0Issues:2Issues:0
Language:PythonStargazers:0Issues:1Issues:0

Interactive-Browser-Game

Creating a game using javascript

Language:JavaScriptStargazers:0Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0

jemedits.com

Agency Template website

Language:JavaScriptStargazers:0Issues:2Issues:0

Mobile-Progressive-Web-App

Mobile Progressive Web App

Language:JavaScriptStargazers:0Issues:2Issues:15

Peg-Jump

Write a program to play a peg jumping game where the objective of the game is to leave the fewest number of pieces on the board possible

Language:C++Stargazers:0Issues:1Issues:0

Practice

Practicing Data Structures, Algorithms, Concurrency, and more!

Language:JavaStargazers:0Issues:0Issues:0

Pwitter

assignment-2---final-project-repository-team-8 created by GitHub Classroom

Stargazers:0Issues:0Issues:0

Rock-Paper-Scissors

Welcome to the game of Rock/Paper/Scissors where you play against the computer. On each move the computer will choose R, P, or S, then the user will be prompted for their choice, and then the score will be updated. P beats R, R beats S, and S beats P. The score starts at 0. Add one if the person wins, subtract one if the computer wins. The game ends if the score reaches -5 or + 5. User input of 'x' or 'X' causes the game to exit.

Language:C++Stargazers:0Issues:1Issues:0

Scheduler-bot

Bot that will make schedules for events in discord.

Language:PythonStargazers:0Issues:1Issues:0

Tweet-Generator

Generate somewhat random tweets based off a a data file of President Trump's tweets, the Dalai Lama's tweets, a combination of them, or from smaller test files. Running your program should look like the following:

Language:C++Stargazers:0Issues:1Issues:0

Website-for-a-Writer

Creating a website for an editor

Language:PHPLicense:NOASSERTIONStargazers:0Issues:1Issues:0