Rocket Simulation - Demonstration example written in f # based on the book: friendly F # (fun with game programming)
illustrates how through this language you can describe physical behaviors (in our case a rocket launched through the Moon direction is subject to various forces like moons and earth mass etc.) with clarity because the language itself
is easy to understand and express.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows 10 Mobile, Windows Phone 7, Windows Phone 8
Frolic Samples for Silverlight Frolic Samples for Silverlight - The Frolic Game Framework is an open source library to make 2D game development easier. Share most of your game code between XNA and Silverlight so that you can change your mind later if necessary. These samples demonstrate some of the basic capabilities of Frolic and you can get the source code at http://frolic.codeplex
Intro_to_c It gives an overview,characteristics,drawbacks and uses of C language
Web Coder Developed by Saif Ahmad
Tips and tutorials for web developers
Telerik RadControls Telerik RadControls for Windows Phone
Are you into Windows Phone development? Check out this showcase of Telerik RadControls for Windows Phone - super light and blazing-fast UI components for building mobile applications. The controls are built from the ground up for the Windows Phone 7 Operating System, complementing the UI Toolbox for Windows Phone 7
Web Developer Ideas Web Developer Ideas - A must have application for all web application designers and developers. Get latest freebies, designer and developer resources, tutorials directly to your phone at one touch! If you wish to collaborate, just contact us
ScriptingAndAi ScriptingAndAi - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates
an artificial intelligence written entirely with a scripting language built into f#
Asteroids Simulation Asteroids Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates how
often a good problem definition must use specific algorithms to emprove the application performances
like in this sample where we used a space partition algorithm
Ball Simulation Ball Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates
how f# is very convenient and easy to use to resolve scientific problems like in this sample where we simulate the
bounce of a ball on the ground
Maze A classic maze written in f #, we use to simulate the physics jiglibx. Book:Friendly F# (Fun with game programming)