Digit 7

Your source for C# and XNA tutorials and code.

Home     Shader Tutorials     Downloads      
Blackjack Simulation     Heightmap Generator     Massive Battle     Matrix Solver     Physics Simulator     Procedural Tree Generator     QuadTree     Swarm Intelligence      
Downloads
NOTE: For permission to use any of the code listed below, please e-mail me at dan@digitseven.com with a description of how the code will be used.


Prerequisites
     In order for the downloads to work on your computer, you will have to have the following components installed. The first prerequisites are for actually editing and viewing all of the source code. The .NET Framework 3.5 and XNA 3.1 Redistributable come bundled with XNA Game Studoi 3.1, so you won't have to download those separately. If you are just interested in running the applications, download the .NET Framework 3.5 and XNA 3.1 Redistributable separately.

Prerequisites to View and Edit Source Code

  1. XNA Game Studio 3.1

Prerequisites to Run Executable
  1. .NET Framework 3.5 SDK SP1
  2. XNA 3.1 Redistributable

Downloads
1. Blackjack Simulation - Simulates blackjack games with to determine which counting systems are statistically advantageous to the player.
2. Heightmap Generator - Tool for generating terrain heightmaps
3. Physics Simulator - Realistic physics simulator
4. Procedural Tree Generator - Procedurally generates a tree model based on several parameters.
5. C# Quad Tree Class - Quad-tree to assist with optimization and space-partitioning.
6. Swarm Intelligence
- A swarm simulation based on starling behavior based on over a dozen modifiable parameters to create different effects.
7. Matrix Solver - Reduces a matrix down to reduced row echelon form.
8. Massive Battle - A basic, many-bodied medieval battle simulator.
9. Calculator - Just a simple little calculator.