• Hacking Minecraft Pi Edition


    Minecraft is now available for the Raspberry Pi. Not only that, but it’s a hackable version that allows you to write scripts for the game using python.

     

    Martin O’Hanlin’s blog – http://www.stuffaboutcode.com

    Minecraft Python Block List – http://goo.gl/raZkd

     

    Raspberry pi beginners guide – http://goo.gl/PVZWa

    Raspberry Pi Playlist  – http://goo.gl/OkNQU

  • How To Play Ingress


    Ingress is an alternate reality game created by people at Google. This video will show you the basics of how to play it.

     

    http://www.ingress.com

    http://www.nianticproject.com

    http://www.ingress.com/intel

     

  • Install A Counter-Strike Server On Android


    [vc_row][vc_column width=”2/3″][vc_separator][venera_framed_image content_type=”video” css_animation=”appear” frame_type=”browser” slider_engine=”flexslider” video_link=”https://www.youtube.com/watch?v=3-0atIGgsXE” browser_url=”https://www.youtube.com/watch?v=3-0atIGgsXE”][vc_separator][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row][vc_row][vc_column width=”2/3″][vc_tabs][vc_tab title=”About This Project” tab_id=”1402713028-1-395270-7c72″][vc_column_text]

    My favorite first-person shooter game growing up was Counter-Strike. Now this nostalgic game has been portablized. So in this episode, I show you how to install a Counter-strike server on an Android device.

    [/vc_column_text][/vc_tab][vc_tab title=”Installation” tab_id=”1402713028-2-395270-7c72″][vc_column_text]

    How To Install

    The portable Counter-Strike initiative isn’t backed by the original distributors of the game, so it isn’t supported by Valve or the original Counter-Strike creators. So to grab the unsupported portable version of the game, you need to go to CS-portable.com. Across the top of the menu, you’ll see links to download the portable version, or to even play online. Keep in mind, though, that the online version can’t network with the portable versions.

    Counter-Strike Logo

    iOS Devices

    Installing CS portable on iOS devices is considerably more difficult than Android devices because of Apple’s strict App approval procedures. But here’s the basic procedure:

    1. Download a jailbreaking tool such as GreenPoison that matches the iOS version that you have installed (current version is 5.1.1).
    2. Jailbreak your iOS device and install cydia using these steps.
    3. Inside of Cydia, you need to install Installous. Here’s a nice guide to help you do that.
    4. Now you can use Installous to download and install CS portable. Here are a couple of guides to help out with that: [Guide 1] [Guide 2]

    Android Devices

    For Android devices, the process is much simpler.

    1. In the settings of your android device, make sure that your applications are set to allow unknown sources.
    2. Now you can download the CS-portable APK file for android to your computer and use a method, such as Dropbox to transfer it to your device.
    3. Using a file browser/explorer, find and open up the CS-portable APK file

    Now you should just be able to open it up like a regular App and start playing!

     

    [/vc_column_text][/vc_tab][vc_tab title=”Important Links” tab_id=”1402713403419-2-15270-7c72″][vc_column_text]

    Help support my channel: http://www.patreon.com/tinkernut Follow Tinkernut! Google + Facebook Twitter

    [/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row]

  • Make Your Own Flash Game For Free


    Learn how to make a custom flash game from scratch without any coding knowledge using the free software from Stencyl.

    Important links:
    http://www.glitch.com
    http://www.stencyl.com

    Give my game a try:
    http://www.stencyl.com/game/play/8351

  • Tinkernut Flash Game Contest


    To kick off new episodes of Tinkernut, I’m holding a Flash Game contest to see who can come up with the coolest Flash game. The winner will get a $50 itunes gift card as well as promotion in my video on October 24th. You can find the full set of rules here:

    http://www.tinkernut.com/forums/topic/tinkernut-flash-game-contest

  • How to set up a Minecraft Server


    Description:

    Minecraft is a super popular games among the geek community. So in this episode, I’ll show you how to set up your own Minecraft game server.

    You can download the server software here:
    http://www.minecraft.net/download.jsp

    If you have a mac, use the command line to launch the server software:
    java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

    Here’s the contents of the server.properties file:
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=10
    server-ip=
    pvp=true
    level-seed=
    server-port=25565
    white-list=false

  • How To Make A Free First Person Shooter – Part 3






    This is part three of a three part video series that shows you how to create your own First Person Shooter (FPS) game for free.

    Click here to view part one –




    This is part one of a three part video series that shows you how to create your own First Person Shooter (FPS) game for free.




    This is part one of a three part video series that shows you how to create your own First Person Shooter (FPS) game for free.

    Click Here for links and discussions regarding this video.

  • How To Make An Atari Game





    The basis of this tutorial is to provide an introductory look at programming in BASIC. Here, we’ll be using Batari Basic to create an Atari 2600 game that’s playable on most Atari emulators.

    You can download Visual BBasic from here- http://www.tinkernut.com/demos/219_atari/visual_bbasic.exe

    You can download my sample game and source code from here – http://www.tinkernut.com/demos/219_atari/tinkernut_world.zip