Results for "Author: mephisto"
This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.
This is a heavily commented demonstration of how to connect two people through the winsock to create a simple game. This includes Get External IP feature and copy it to cplipboard fast, Skins, Say feature to communicate, anything to get you started with Winsock Multiplayer Games programming. Enjoy & Vote :p
This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code
This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote
This is a handy, commented tool especially for those who use bitblt functions etc for their games and they only have one big picture to work with, that has all those different images in it combined. This will create cells in that image with a width and height specified by user and then it gives you coordinates of the particular cell you click on. I found it very handy in my case and i always see more and more people having a problem with this. So, here is your solution :) Enjoy and vote :)
This program lists all processes on computer and sorts them into listboxes depending on their detailed information. If it is available, you can also check detail info on a particular process, search for not-found processes. This application is meant to act like a Virus/Spyware/Adware protection that alerts you on common viruses etc. It automatically scans all your processes and matches them with the ones in database and those that are recorded as Spyware / Viruses etc, they are highlited with comment after the process name saying - ATTENTION This code is not fixing any viruses, spywares etc, it is only identifing the problem. The next step of removal is upon you. Enjoy & vote!
This program captures from default camera and detects motion. Its very small code, and i commented all that wasnt common sense. Enjoy and vote =p Side Note: In case your camera doesnt work too good or properly, start up Movie Maker and it will detect the camera and add it to cameras connected list in windows... then you can use it for sure... sometimes this happens
This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.
This is a heavily commented demonstration of how to connect two people through the winsock to create a simple game. This includes Get External IP feature and copy it to cplipboard fast, Skins, Say feature to communicate, anything to get you started with Winsock Multiplayer Games programming. Enjoy & Vote :p
This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code