Pinned Repositories
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:
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.
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.
discord-wow-bot
farooq.dev
Interactive-Browser-Game
Creating a game using javascript
it202-activities
jemedits.com
Agency Template website
Mobile-Progressive-Web-App
Mobile Progressive Web App
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
Faro0q's Repositories
Faro0q/farooq.dev
Faro0q/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:
Faro0q/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.
Faro0q/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.
Faro0q/discord-wow-bot
Faro0q/Interactive-Browser-Game
Creating a game using javascript
Faro0q/it202-activities
Faro0q/jemedits.com
Agency Template website
Faro0q/Mobile-Progressive-Web-App
Mobile Progressive Web App
Faro0q/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
Faro0q/Practice
Practicing Data Structures, Algorithms, Concurrency, and more!
Faro0q/Pwitter
assignment-2---final-project-repository-team-8 created by GitHub Classroom
Faro0q/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.
Faro0q/Scheduler-bot
Bot that will make schedules for events in discord.
Faro0q/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:
Faro0q/Website-for-a-Writer
Creating a website for an editor