Powersjo Affiliate Links

Below are my affiliate links you can use for your advantage and mine. If you enjoy my content, consider signing up for other services using these links. Plus they feature crypto! Crypto Affiliate Links Odysee.com is an alternative to YouTube. Use my affiliate link here to watch and earn. You will find old youtube favorites on the site …

How to code a calculator web app

Creating your own calculator web app is a useful project to help beginners learn code and website hosting. When I started this project, I figured the hardest part to code would be the Javascript. This is because I thought since the logic lived there, it would be the most complicated. While this may be true …

Tic Tac Toe

We all need to go back to simple games sometimes. Tic Tac Toe is that simple game. Now you can play it on your Android phone. Rumor is, this is the best game published by Powersjo on Android in 2020. Look at these graphics! The game adapts to your screen size and should fit on …

TicTacToe Media

Below are some of the TicTacToe media I created for Android app on phones. There is the main menu, single player options and how the game play looks. After that, we have these screenshots show some different winners and more of the game board. The winner notification is an injected XML file with certain logic …

What did I learn: Tic-Tac-Toe App

This is my first game app for Android and it’s a tic-tac-toe game. I’ve made TicTacToe before on other platforms but not with Kotlin and published on Android. I thought we could go through some of the similarities, differences and what I learned. First, what was similar was the game logic. Game Logic Tic Tac …