Digit 7

Your source for XNA tutorials and 3D programming ideas.

Home     Shader Tutorials     XNA/C# Downloads     Links      
Blackjack Simulation
Heightmap Generator
Physics Simulator
Procedural Tree Generator
QuadTree
Swarm Intelligence
Code 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.


Download 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 computer players to determine which ones are more 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.