Gaming

Wooden Labyrinth game – Tablet PC hack…

Wooden Labyrinth game – Tablet PC hack…

632596361867500000 Casey rules…a simulation of the old Wooden Labyrinth game. the cool part is that its controlled by a web cam attached to a slate Tablet PC. so you physically have to tilt the Tablet PC which tilts the game board and makes the marble roll accordingly. you can also control it with a web cam attached to a desktop computer by holding the camera and tilting the camera yourself (else you can just use a mouse). this is actually the first game i’ve ever written, and its also the first time i’ve written a Managed Direct3D application from scratch. oh yeah, the binaries can be downloaded … and i’ll put the code up within a couple days (need to clean it up). finally, there are also some videos of it in usage Link.

DOS & Linux files premade files to try on the PSP

DOS & Linux files premade files to try on the PSP

Psplinux Thumb-1 Earlier we reported on the Bochs x86 emulator being ported to the PSP by Matan. This is indeed true and has opened the door for a wide range of options that the PSP can now do, not limited to but including the running of: FreeDOS, Linux, DLX Linux, NetBSD, OpenBSD, PicoBSD, Pragma Linux, Debian 3.0r0 and 2.2r5, and any other disk images with pre-installed systems on them. Downloads on the site… Link. I can confirm that the Linux and DOS ones worked on my PSP (photos here). Remember- don’t ever update your PSP firmware to 2.0, homebrew rules.

HOW TO run Windows and Linux on the Sony PSP

HOW TO run Windows and Linux on the Sony PSP

Psplinux Thumb I need to try this, but it looks like this is the real thing…run Windows 95 and Linux on the PSP. I’ve done it by porting the excellent open source x86 emulator Bochs. Windows 95 actually runs quite well but don’t expect it to be a speed demon. It takes about 10 minutes to boot but afterwards it’s pretty usable. I was able to do things like: open “My computer” and browse the virtual hard drive, complete a whole game of Minesweeper and run various other applications. Now you too can get your Minesweeper fix on the go :) [via] Link.

DIY Laser Tag System

DIY Laser Tag System

Blaster Side Bryan writes “Milestag is an open source, high quality, and full featured DIY laser tag system that can be built from basic electronic parts avaliable from almost any electronics parts store. All this for about $50-$100 a gun, where a commercial gun equivalent to it would cost around $800-$2000 a gun”. Link.

One stop portal on the PSP – WinPSPortal

One stop portal on the PSP – WinPSPortal

Wp2502 I’d use this if I upgraded to 2.0. What this is meant to be is an offline website, accessible at all times by your PSP. If you do have an internet connection, there is an assortment of links to help you through the internet without using PSP’s dial-a-key-board, including fast links to e-mail, searches, and online messengers. This is accessible to anybody using the official PSP Firmware 2.00 built-in browser. Link.

Code to the smallest Tetris game ever…

Images-2
Smallest, Tetris, ever? 0MODE9:OFF:GCOL-9:CLG:REPEATs=s+VPOS:PRINTCHR$30s:REPEATSYS6,135TOi,p,d:PRINTTAB (p=0)CHR$9;:IFPOS=22VDU3100;VPOS 21;6667;:UNTIL0ELSEUNTILVPOS=25:v=ABSRNDMOD7:VD U31:COLOUR3:REPEATm=9-INKEY(INKEYTRUEOR6)MOD3:FORr=TRUETO1:t=rANDSGNt:IFt=rCOLOU Rv-15:VDUrEORm:i+=m=7AND9-6*r:IF0ELSEFORn=0TO11:d=nDIV3OR2EORd:VDUd:IF1<<(n+i)MO D12AND&C2590ECDIV8^vAND975t+=POINT(p*POS,31-VPOS<<5):IFrVDUp,8:IF0ELSENEXT,:VDU2 0:UNTILt*LOGm:UNTILVPOS=3:Z Link.