Ivo's Blog!
  • Home
  • Blog
  • Videos
  • Categories
    • Technology
    • Finance
    • Video
    • Opinion
    • Presentations
    • Books
    • Games
    • Music
  • Games
    • Tetris
    • Peg Solitaire
    • Sudoku
    • Minesweeper
    • Pong
  • Github
  • About

Games

Games Technology

Building a Pong Game with P5 and ReactJS

It’s been a while since I last wrote a blog post, let alone a one building a new tiny game. So the latest addition is https://pong.ivaylopavlov.com as you can probably guess, it’s a simple game of pong. I remember that back in the day, many programmers started out with building Read more…

By Ivaylo Pavlov, 2 years2 years ago
Games Technology

Building a Minesweeper Game using React Hooks

I was looking for a project to improve my knowledge of the most significant ReactJS feature in recent time – hooks, alongside the new bits in TypeScript 3.7. Something relatively simple, in the spirit of the previous games I’ve built in TypeScript/ES6, seemed to be a Minesweeper clone. In this Read more…

By Ivaylo Pavlov, 3 years2 years ago
Games Technology

Backtracking Algorithms & The Sudoku Game

If you just want to play the Sudoku game, it’s available here: sudoku.ivaylopavlov.com I was wondering what game to make next using ReactJS to solidify my knowledge with the framework. The choice was between a Minesweeper clone or a Sudoku game. The reason I narrowed it down to these two Read more…

By Ivaylo Pavlov, 4 years2 years ago
peg solitaire
Games Technology

Building a Peg Solitaire Game

If you want to play the game – Ivo Peg Solitaire, it’s available here: http://pegsolitaire.ivaylopavlov.com On my journey to try out new technologies and languages, the next stop after the IvoTetris Game built in Angular and TypeScript, was React and ES6. I got the online course on React on Udemy from Read more…

By Ivaylo Pavlov, 5 years2 years ago
Ivo Tetris
Games Technology

Building a Tetris Game

If you want to play the end game, It’s available on Desktop only http://tetris.ivaylopavlov.com It’s also playable from Xbox and PS4 in their respective browsers, as it’s pure HTML5, CSS3 and JavaScript. Mobile is currently not supported, as it requires a keyboard to play. The code is available here: GitHub Read more…

By Ivaylo Pavlov, 5 years2 years ago
 

Loading Comments...