cybercritics

youtube.com/c/cybercritics
https://twitter.com/cyberCritic
http://cybercritics-critic.blogspot.com/

Desktop Poker Helper

This program calculates all possible hands in Texas Hold'em given your cards and the community cards. It displays the best and most probable hand that you will get given the cards on the table, it also calculates the best possible hands of your opponents. It's very useful in showing you your hand strength against the table and I found it allowed me to fold in confidence when the probabilities of my hand winning were too low. The program is available on the Microsoft Store, link is below.


https://apps.microsoft.com/detail/9NNX0FMZQKPH?hl=en-US&gl=US 

        

Desktop Hacker

A narrative driven hacking game that takes you on a journey of an accidental hacker that is at the core of global conspiracies. Game is played from a perspective of a desktop and takes place in an alternative reality somewhat resembling early 2000s.

You can expect to be using the console to scan servers, ports, exploit those servers, download and upload critical information. You can also use graphical helpers for those functions, in the later stages of the game you will be in possession of the newly developed Pandora software which maps computer systems in a graphical manner allowing for more advanced hacks. Game features a news service sub-plot which has you influence the world on a global scale.

You are running from the law and take refuge at a friend's cottage, lucky for you your friend is well connected in online grey area dealings. Coincidentally it seems that the reason you are on the run is also the reason that the UN has recently started pushing for a global identification system for all Internet users.


store.steampowered.com/app/1834010/Desktop_Hacker/ 

        

Unity Desktop Overlay

So this is a utility that lets you write over the desktop through Unity. You can make interactive desktop background games with this asset, you can also develop games that sit on top of other games while having access to full functionality of Unity. There are two modes of function, in the 'bottom' mode your game will display just above the desktop and have a transparent background, this produces the effect of having the game play on the desktop wallpaper layer. On 'top' mode, your game will display on top of any running windows application or game and have a transparent background, this appears as having an overlay to any existing application or game that is currently running.

You can get it on the Unity Asset Store

http://u3d.as/10B2

        

IP Address Tracker

It's useful to know the IP address of your other PCs internal and external, especially if you don't have a static IPa. You will know your Internet or local IP Address wherever you are in the world, keep track of a PC's IP address remotely even when using dynamic IPa allocation. Only a simple code input is required for this service and you can keep track of multiple PCs. For instance if you have a PC that is allocated a dynamic IPa by your ISP and need to connect to that PC from anywhere in the world, this program will give you the current IPa of that PC. You could also use this tool to monitor Local IP addresses of the computes on your network, remotely.

https://www.microsoft.com/en-us/p/ip-address-tracker/9nsrsxw01qcg

        

SSD Copy Manager

I had an issue with my copying data to and from my SSD, it's a pain, so this program will do it for you and make a symbolic link to the folder on the SSD, which in essence means that Windows still assumes the data is at the original location. You can copy data from one location and make a symlink to that data with a few mouse clicks, this is ideal for copying files to and from an SSD drive, the program also maintains a list of links and copied folders for easy transfer back to the original location. Since Windows treats links like the original folder all existing references to the folder will work without issues, this program is ideal for making your most used files faster if you have an SSD with limited capacity, however you can use this program on any storage device. 

https://www.microsoft.com/en-us/p/ssd-copy-manager/9nq1klnsg26w

        

Disk Space Inspector

A program I made for checking disk space, it will can scan the whole hard drive of just sections to let you know if there is some excessive use of space. You will know what your disk space is being used on, any Windows recognized drive can be scanned, this program will show you breakdown of your disk usage. The program supports scanning only what you choose to scan.

https://www.microsoft.com/en-us/p/disk-space-inspector/9nvccwt3tqcv

        

Space Duty

A short and comical sci-fi story that takes place aboard a small space station in a somewhat strange universe. You have been drafted and shipped to a system on the fringe of colonized space, to make things worse, you have had an AI chip implanted into your head and your memory has failed. Your only desire and purpose is to get off the station. Game features NPCs that take care of their needs, station feels alive and there are subtle different choices that you can make through your journey.

        

https://store.steampowered.com/app/813360/Space_Duty/

Galaxy Union

This one has been in the making for a long time, my first commercial game. Galaxy union is a 4x space game that is set in a universe where whole galaxies are colonized and exploited, you take control of a single colony in one of these galaxies and fight to become the major shareholder in that galaxy. It has a few concepts that are not seen in other 4x games. It includes the following features.

The game was made with XNA and .NET 4.0. To be honest this project was a bit too ambitious, at times it seemed that it will never get done. Project took about 6 months solid coding and now sits at around 20k lines of code, I did all the assets myself. The game is currently available for purchase on Steam. It's priced as a giveaway, please support me, the funds will be used for any new games I make and will surely lead to better quality of those games.

Steam

Infinite Gravity Run (Android)

Infinite Gravity Run is a procedurally generated side scroller, each time a new and unique level is generated for the player. You are driving NASA's SEV on an alien planet, the twist being is that you can control gravity on that planet. Game makes you worry about oxygen and fuel levels, while giving you ability to jump, boost and drop drills. Goal is to survive while picking up score boosting items.

Falling Sands (Android)

This game is a result of a game jam, theme was a play on minimalism. Place conveyor belts in right locations to guide the lemming sands down to the hungry mouths. The game is hardcore retro style, monochrome display.

Falling Sands - Apps on Google Play 

City Color World (Android)

A world full of colorful cities, each with it's own take on a color puzzle. Features a planet view and city view, even some car traffic is included. This game should pass you some time while looking all nice and colorful. Cities are procedurally generated, each one is different every time.

This game is based on two separate prototypes, a planet generator and a city grid generator. Game features a world layer and a city layer, player picks a city on the world layer and then plays a simple color puzzle on the city layer.

 City Color World - Apps on Google Play 

Planet Color Puzzle (Android)

A quick puzzle game for Android, you get two icosahedron spheres, one is colored, the other is not and you have to match the colors of one to the other. There are three speed settings and three sphere sizes. Higher detail icosahedron spheres are achieved by recursively dividing the smaller detail one by simplified sqrt(3) division process.

 Icosphere color match - Apps on Google Play 

City Generator

I wanted to see how easy it is to generate a procedural city, so I spent the last week doing just that. It's really simple, there are many approaches to solving the problems with partitioning roads and block segments, I think I must have rewritten the code a few dozen times. Current system generates roads and partitions them as well as partitioning the existing roads, tolerance check is added so I don't end up with tiny thin segments, second pass finds road segments that are connected into a quad and generates a building in that quad. I'm aware that it's simplistic and a bit slow, however I don't have any real uses for this just yet and spending time on this wouldn't yield any benefits. Program was made with C# and XNA.

cybercritics: Procedural city generation in Unity3D (cybercritics-critic.blogspot.com) 

eve scout

Eve Online tool for watching local, it will alarm you when hostiles enter the system you are currently in. This tool is intended for defensive purposes, being safe while mining or ratting. You can setup hotlists with specific players, corporations or alliances. A tool like this already existed (BACON) and used a similar method of collecting data, eve scout reads lbw files produced by CCP's logserver found in the eve directory, this seems to be ok with CCP. Eve scout does not require an internet connection, but it's not compatible with windows XP as it uses .NET 4.5, you might need to download it in order to use the program. This program was inspired by an "incident" while ratting, failing to check local by being too involved in the current activity (the hostile got podded :)). If you have any suggestions or questions, send me a mail.

Eve scout requires that it is run as administrator, version (0.0.2) has been released, it is capable of listing all players in system instead of just joining players, however it is not really stable at this point.

You can download eve scout (0.0.1.0) or eve scout (0.0.2.1) (Alpha) [screenshot]

Infinity: Quest For Earth

I have been a member of the Infinity: Quest for Earth community for many years now, in that time I have programmed many prototypes for the community, mostly to aid gameplay discussions. Here are some of the prototypes:

InfinityCity and ItemTree

WorldTree

InfinityContribs

Infinity Mining Prototype

Projectile Crafting Prototype

Simple City generator

For the past few days I have been working on a Simple Fractal Terrain Generator, inspired by Infinity, but basically just a curiosity programming project, you can download it and the source at github. Simple planet generation is now included. You can see a demo at youtube.

* Infinity site has gone offline, so none of these links work anymore.

Bomb Tech

A simple puzzle game for the Android system, defuse a bomb before the timer runs out. Puzzle has a logical configuration, once this is figured out using the schematic any instance of the puzzle can be solved by two wire cuts. You have to trace the different wires routed trough different components, like a timer and radio detonation device, there is also a hint tool that will hi-lite the wire selected making the tracing easier. Game has three difficulty settings. This game took just over a week to code using Eclipse and libgdx.

You can get Bomb Tech on Google Play.

Paper Battle

Another short term project for the Android system, this game is based on a paper game, it simulates a miniature battle, the game area is partitioned in half, each player places their game pieces and then tries to hit the opposing pieces by marking a point on their side of the map. The point is translated to the opponents side and a collision check is made to see weather the shot was successful. There are three difficulty settings, thus three different backgrounds are used, the backgrounds make the shot placement easier as the player can better approximate the other side of the play area by counting blocks or tracing lines. The AI also has three difficulties, easy AI tends to miss more and not use optimal target selection. I'm satisfied with the project, it took about a week to do and is enjoyable to play. As last time, I used libgdx and eclipse for this project.

You can get Paper Battle on Google Play.

City Generator

I wanted to see how easy it is to generate a procedural city, so I spent the last week doing just that. It's really simple, there are many approaches to solving the problems with partitioning roads and block segments, I think I must have rewritten the code a few dozen times. Current system generates roads and partitions them as well as partitioning the existing roads, tolerance check is added so I don't end up with tiny thin segments, second pass finds road segments that are connected into a quad and generates a building in that quad. I'm aware that it's simplistic and a bit slow, however I don't have any real uses for this just yet and spending time on this wouldn't yield any benefits. Program was made with C# and XNA.

Screenshot and City Generator 0.1

Finger Munch

A change of scenery, being curious after purchasing a Galaxy Tab, I have used my last week programming a game for the android system. The result is Finger Munch, a packman style casual/arcade type game. It's simple and fun, lucky that Java is pretty similar to C# which I'm accustomed to, plus Eclipse is a decent IDE and has nice integration with android SDK, game uses libgdx as the engine.

App has been released on the Android Market.

Hacker World Online

Biggest project yet, this is a client-server game that uses WCF service as server and XNA as client. The project was intended to test out networking, SQL and produce a reusable UI for upcoming projects. I'm pretty happy with the game, it should keep you occupied for a few days. I'm going to try and keep the server running 24-7, but please be considerate if the server goes offline, just give it some time and it should be back up.

More info can be found on Hacker World Online page.

-Due to constant hacking attempts on me and limited bandwidth, HWO server has been taken offline.

-Source code is now available on github.

pencilCity

I'm a fan of Sim City franchise and always found city building/management games interesting, so I decided to throw together a little city simulation myself. It's not on par with any of the big city titles, just a little experiment that I always wanted to conduct. Still it should keep you interested for a few hours, owning the entire region is satisfying and seeing the population grow is nice.

A small city simulation, the game simulates a few city blocks region which you are the mayor of, the city is filled with people which go to work, sleep and spend their money. Traffic is also modeled. You can buy, upgrade and set priorities for buildings which you own, become a millionaire and watch the city flourish. This game should keep you busy for a few hours. It's been made with Microsoft XNA framework. 

dotsToBlocks

Based on a paper puzzle game, in dotsToBlocks you can try to beat the PC by claiming more blocks than he does. Simple yet fun. This game uses Microsoft XNA Framework.

This game is based on a paper game that I can't remember the name of, but it was fun. A grid of dots is drawn, size of the grid usually determines the length of the game. Each player takes a turn connecting two dots with a horizontal or vertical line, as time passes channels will develop. Point of the game is to connect the dots into blocks, so when a block has three closed sides and the player closes that block, it is marked as his and he takes another turn. This continues until all blocks have been claimed. 

spaceCorp

Human race has looked towards the stars since the beginning of civilization, we have the knowledge to colonize and explore our solar system, however the costs are too high and return in capital investment is low. Space corp simulates a company that manufactures and launches spacecraft while turning a healthy profit, see if you can get 1000 people living "off Earth" and make billions while doing it.

spaceCorp puts you in charge of a company that manufactures and launches missions to Earth orbit, Moon and Mars. Become a billionaire while advancing the human race, build and launch a variety of spacecraft.

spaceCorp is a simple game that you can play to pass some time and fuel your desire for the human expansion into space, time scales and costs are made up, so don't quote them.

zombieProtocol

An outbreak of zombie flu is threatening to wipe out the human race, manage the response to this threat on a global level. This is a simple game that can be finished in one sitting. I hope you enjoy it.

zombieProtocol simulates an outbreak of a deadly zombie flu that has a high transmission rate and kills or turns most people into zombies. Your job is to manage the outbreak on a global scale and lead the human race trough this devastating time in human history. Will the human race survive, will the immune manage to exterminate the zombies? Download and see.

zombieProtocol is a simple game and you can see the final outcome of the zombie flu in one sitting.

Enjoy.

starshipCommand

A space trading game that features a randomly generated galaxy and trade table, become rich by hiring crew and upgrading your ship. It's interesting to see how much a crew member that does a simple task like checking for profitable trades can simplify the game and make profits much easier to come by. You will start with no help and gradually feel like a captain that gives out orders and thinks on a higher level.

Command a starship and it's crew, this game simulates a galaxy with many trade opportunities, recruiting a crew makes your job much easier, buying equipment makes your ship more efficient. For each session a new galaxy and trade table is randomly generated.

Inspiration for this game comes from the many space games I have played, I hope you will enjoy it.

Game will auto-load and auto-save, when starting and exiting. You can hide it from the side-bar and adjust save frequency in the settings tab.

Colonists

Colonists is a strategy and simulation game that puts you in charge of a newly founded colony, you manage resource collection, building construction, ship construction, conquest of other colonies and trade.

Vision was to make a simple and easily understood game that you leave running in the task-bar. Resource collection occurs in real time and the purpose of the game is to become the sole empire, conquering all the other colonies on the map.

I hope you will enjoy it, you can download it from itch.io

Calypso Ore

Calypso Ore is a program for Entropia Universe, more specifically Planet Calypso. The game uses real currency as the exchange medium, this makes information and knowledge of how the game works so much more important. As such I'm working on a program similar to NRF (No Resources Found), I used NRF and found it extremely useful, but it has not been updated in a while and the upgrade of the game to v10 has made it obsolete.

Calypso Ore uses tesseract as the OCR (Optical Character Recognition) program, you take a screenshot, the program tries to isolate the relevant text and feeds it to tesseract, which outputs text, that is validated and this information is plotted on a map and saved to a xml file.

Sounds simple, but a lot of things can go wrong, screenshot might not be of good enough quality (bad lighting or position of deed details), isolation of the text into a smaller bitmap essential for OCR to work properly might not work, then the OCR software itself might not translate the text properly. There are measures to isolate the best recognized lines and the plotting of the deeds does work most of the time.

Advice is to look at the ground, open the deed, have it selected (so that the writing is light blue) and wait until the deed details are clearly visible (wait for the rotating page to pass the writing), then right click on the Calypso Ore icon in the task bar and select Screenshot (or you can press print-screen).

Note that you have to run Planet Calypso in window mode.

Program includes maps of both continents on which collected ore data is plotted, there are filters and options that enable organizing and cataloging locations of ores. Also the program includes monitoring of the chat log file generated by Project Entropia, this is used to help the player space out probe drops and makes dropping of probes much more efficient, than doing it manually. Also there are graphs that aid the player in understanding the bigger picture of mining.

You can download Calypso ore from the calypso ore page.

Once downloaded, you can run the setup program in the zip, or just extract the “Calypso Ore<version no>” directory and run the “Calypso Ore.exe”.

Related links:

www.entropiauniverse.com/

http://www.planetcalypso.com/home/

code.google.com/p/tesseract-ocr/

You can contact me at cybercritics@gmail.com