game logic

  1. News

    VIDEO New DirectX 12 features in Windows 10 Fall Creators Update

    We’ve come a long way since we launched DirectX 12 with Windows 10 on July 29, 2015. Since then, we’ve heard every bit of feedback and improved the API to enhance stability and offer more versatility. Today, developers using DirectX 12 can build games that have better graphics, run faster and...
  2. C

    Windows 10 WIN 10 Classic Solitaire

    I bought a new ACER computer w/win 10 and downloaded the old Ver 7 Classic Solitaire game to replace the *&ap games that came pre-loaded. This all occurred early last fall. Since then, I've played a couple 1000 games. Over time, I've come to realize the games repeated. This was a shock, since I...
  3. News

    How to publish your Unity game as a UWP app

    Unity is a fantastic utility for creating graphically-rich high-performance games and apps. Using the editor, you can quickly create 2D and 3D worlds, and define interactions, game logic and physics rules in easy-to-understand C# scripts. Apps created by Unity run on multiple platforms...
  4. News

    Running Cocos2d-x on Windows 10

    With Microsoft’s latest open source code contribution to the Cocos2d-x project [https://github.com/cocos2d/cocos2d-x/pull/12107], Microsoft has enabled Cocos2d-x to run on Windows 10 on the Universal Windows Platform. The Universal Windows Platform (UWP) makes it possible to target all Windows...
  5. News

    How to make a Windows Store game with C# and XAML – part 1

    This guest blog post is the first of a 3-part series written by Windows MVP Jani Nevalainen. Please see the original post Link Removed, and stay tuned for Parts 2 and 3 coming soon. I believe that games are still one of the most fun ways to get to know a new programming language. Since there...
  6. News

    Unity, Unity and some Visual Studio too

    While we're still going with our "OMG, is it still summer... School is starting when?" theme, today's post isn't really for the kids. It's to help you build awesome and cool stuff FOR kids. It's also a chance to share a free Visual Studio extension that will help you build stuff using one of...
  7. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
Back
Top