[VB.Net]2d Map Creator
Features Allows you to render images in a panel to simulate a map in a game. Drawbacks It's pure visual basic.net, which isn't necessarily a drawback, but still vb.net is not know for it's outstanding...
View ArticleWorld of Warcraft Spell Cooldown Effect [VB.Net 2008, 2010 & VB6][DirectX]
I had this code for quite sometime, and it was a royal pain to figure it out on my own. Because there is no source code on the internet other than mine that reveals this effect. For those who havent...
View Article[VB6 ]World War 3 points game Source + EXE
Hi, This is a little game I have been working on over the past couple of days. vb Code: 'You need' 4 CommandButtons "cmdAbout", "cmdHow", "cmdAdd" and "cmd Subtract"' A listbox called "lstCountries"...
View Article[Vb.Net]Checkers -or- Draughts
A fun game of checkers. This is the source code without .exe and binaries Features: -Play checker with another person Drawbacks: -Only player vs. player -Doesn't allow for double and triple jumps...
View Article[Python] Tic-Tac-Toe
This is just the source code. Notes: The rows and columns are 0 based which means that 00 is the top-left piece. Source: Python Code: cells = [" ", " ", " ", " ", " ", " ", " ", "...
View Article[Vb.Net] Rock-Paper-Scissors
This is just the source code. Notes: This is for a console application, it's pretty easy to convert to a windows form application though. Source: vb.net Code: Option Strict OnOption Explicit OnModule...
View Article[C++]Rock-Paper-Scissors
This is just the source code. Notes: I wrote it as a win32 console application. c++ Code: #include "stdafx.h" //For the console application#include <iostream> //For cout and cin - aka:...
View Article[Python] Snake
I've been getting into Python, so I decided to make a Snake game leveraging Pygame. This is only the source code, but if you want to see how to set up the environment, you can check out instructions on...
View Article[VB6] 64k game "Hello, Win!"
This is my game for demoscene 64k game contest: http://mikle.ucoz.com/load/0-0-0-10-20 This game need GF6600 or better graphics card. This game only for Windows XP!!! But you can run this in Windows...
View ArticleSelling Games + Source
I need money for child support so I'm selling the rights to some of my software with Vb .Net source code. Not sure if this is the correct place but if you want to buy it make me an offer. Here are some...
View Article[VB.Net] Dots and Boxes
This is the game dots! Currently it's a player vs. player, but I do plan to expand it to player vs. computer. Screen Shot: The zipped file without the binaries: Dots.zip The source is to much for one...
View Article[Vb.Net] Math Quiz!
This is a math quiz game. It uses multiplication, but you can change it to any operation in the LoadQuestions sub. Code: Option Strict On Option Explicit On Module Module1 Private r As New Random...
View Article[VB.Net] Console Application Hangman
This is the source code for hangman in a console application. To run it, just start a new console application and replace any existing code with this: Code: Option Strict On Option Explicit On Module...
View ArticleVB6 - 1 or 2 Player ScoreFour Game + Chat
This is a game of Score Four that you can play against yourself or go online and play your opponent. It also includes a chat window. This VB6 project was written and tested on Windows XP only. I cannot...
View Article[VB.NET] Flappy Bird - By Jacob Roman
Oh come on who didnt see this coming. :bigyello: I remade Flappy Bird from scratch based on the famous Android / iPhone app that got removed from the app store. It has realistic physics, very accurate...
View Article[LUA] Number Guessing Game
I've been studying LUA lately and decided to post an example of how to create a number guessing game in LUA. The objective is to correctly chose the number that the computer picked from 1 - 100. Here...
View Article[VB 2010] Simple Terrain Generator.
Just a basic terrain generator i've been adding to on my weekends off. uses a perlin noise maker and allows you to add color to it. I was hoping to add more than just a perlin but so far it is beyond...
View Article[Vb.Net] Managed Game Loop
Description Some people want the ease of use from a timer but want the accuracy from a game loop. Well this code here does just that. Use it like a timer, but expect high precision accuracy that...
View ArticleEndless Landscape.
Work in progress. Demo with source code: Update from 29.11.2014: https://yadi.sk/d/n2npm16NcwmLy System requirements: SM_3_0 compatible video card with texture sampling in vertex shaders. Controls:...
View Article[VB.NET] 48H Game: ludum dare 31 (VB.NET + DIRECTX 11)
Theme of Ludum Dare 31: Entire Game on One Screen Ludum Dare page: http://ludumdare.com/compo/ludum-dar...view&uid=42080 Download exe+source: https://www.dropbox.com/s/17ddul0vky...STMAS.zip?dl=0
View Article