Download Celerity: Sensory Overload

Description

Celerity: Sensory Overload is a tunnel obstacle race game written in XNA for the Intel Ultrabook / Windows 8, featuring head tracking.

Icons

Celerity: Sensory Overload

Source Files

The download file celerity.zip has the following entries.


.gitignore//from ww w  . j a  va 2  s .c o m
Celerity.sln
Celerity/Celerity/Audio/AudioModule.cs
Celerity/Celerity/CV/CVModule.cs
Celerity/Celerity/Celerity.csproj
Celerity/Celerity/Celerity.csproj.Debug.cachefile
Celerity/Celerity/Celerity.csproj.Release.cachefile
Celerity/Celerity/CelerityGame.Draw.cs
Celerity/Celerity/CelerityGame.Initialize.cs
Celerity/Celerity/CelerityGame.Load.cs
Celerity/Celerity/CelerityGame.Unload.cs
Celerity/Celerity/CelerityGame.Update.cs
Celerity/Celerity/CelerityGame.cs
Celerity/Celerity/CeleritySettings.cs
Celerity/Celerity/ColourPalette/Palette.cs
Celerity/Celerity/Content/AudioLibrary.cs
Celerity/Celerity/Content/Data/haarcascade_frontalface_alt2.xml
Celerity/Celerity/Content/FontLibrary.cs
Celerity/Celerity/Content/Fonts/SegoeUI12.xnb
Celerity/Celerity/Content/Fonts/SegoeUILight36.xnb
Celerity/Celerity/Content/Fonts/SegoeUISemibold16.xnb
Celerity/Celerity/Content/Fonts/SegoeWPBlack24.xnb
Celerity/Celerity/Content/Fonts/SegoeWPBlack56.xnb
Celerity/Celerity/Content/ImageLibrary.cs
Celerity/Celerity/Content/Images/About.png
Celerity/Celerity/Content/Images/CalibratorBorder.png
Celerity/Celerity/Content/Images/CalibratorCrossHairs.png
Celerity/Celerity/Content/Images/CalibratorTarget.png
Celerity/Celerity/Content/Images/CircleBlue.png
Celerity/Celerity/Content/Images/ControlsIconNoGamepad.png
Celerity/Celerity/Content/Images/ControlsIconNoGyro.png
Celerity/Celerity/Content/Images/ControlsIconNoKeyboard.png
Celerity/Celerity/Content/Images/ControlsIconNoWebcam.png
Celerity/Celerity/Content/Images/ControlsIconYesGamepad.png
Celerity/Celerity/Content/Images/ControlsIconYesGyro.png
Celerity/Celerity/Content/Images/ControlsIconYesKeyboard.png
Celerity/Celerity/Content/Images/ControlsIconYesWebcam.png
Celerity/Celerity/Content/Images/CreatorPortraits.png
Celerity/Celerity/Content/Images/GameOverFace.png
Celerity/Celerity/Content/Images/IconBack.png
Celerity/Celerity/Content/Images/IconBackPressed.png
Celerity/Celerity/Content/Images/IconBomb.png
Celerity/Celerity/Content/Images/IconClose.png
Celerity/Celerity/Content/Images/IconClosePressed.png
Celerity/Celerity/Content/Images/IconHeart.png
Celerity/Celerity/Content/Images/IconMuteMute.png
Celerity/Celerity/Content/Images/IconMuteMutePressed.png
Celerity/Celerity/Content/Images/IconMuteUnmute.png
Celerity/Celerity/Content/Images/IconMuteUnmutePressed.png
Celerity/Celerity/Content/Images/IconPausePlay.png
Celerity/Celerity/Content/Images/IconPausePlayPressed.png
Celerity/Celerity/Content/Images/InputGamepad.png
Celerity/Celerity/Content/Images/InputKeys.png
Celerity/Celerity/Content/Images/InputTilt.png
Celerity/Celerity/Content/Images/Logo.png
Celerity/Celerity/Content/Images/Mouse.png
Celerity/Celerity/Content/Images/Play.png
Celerity/Celerity/Content/Images/PlayBar.png
Celerity/Celerity/Content/Images/TunnelTexture.png
Celerity/Celerity/Content/Images/Webcam.png
Celerity/Celerity/DLLs/EMGUCV 2.4.0/Emgu.CV.dll
Celerity/Celerity/DLLs/EMGUCV 2.4.0/Emgu.Util.dll
Celerity/Celerity/DLLs/Win7Multitouch/Windows7.Multitouch.dll
Celerity/Celerity/Data/CameraState.cs
Celerity/Celerity/Data/GameState.cs
Celerity/Celerity/Data/MenuState.cs
Celerity/Celerity/Data/MuteState.cs
Celerity/Celerity/Data/UIControl.cs
Celerity/Celerity/Game.ico
Celerity/Celerity/GameThumbnail.png
Celerity/Celerity/GlobalGameStates.cs
Celerity/Celerity/Input/InputModule.cs
Celerity/Celerity/Logic/GameLogic.cs
Celerity/Celerity/Program.cs
Celerity/Celerity/ProjectTODOs.cs
Celerity/Celerity/Properties/AssemblyInfo.cs
Celerity/Celerity/Properties/app.manifest
Celerity/Celerity/ResxImg.Designer.cs
Celerity/Celerity/ResxImg.resx
Celerity/Celerity/ResxText.Designer.cs
Celerity/Celerity/ResxText.resx
Celerity/Celerity/UI/Definition/Controls/AboutDevsControl.cs
Celerity/Celerity/UI/Definition/Controls/AboutPageTitleControl.cs
Celerity/Celerity/UI/Definition/Controls/CameraFpsFastControl.cs
Celerity/Celerity/UI/Definition/Controls/CameraFpsOverrideControl.cs
Celerity/Celerity/UI/Definition/Controls/CameraFpsSlowControl.cs
Celerity/Celerity/UI/Definition/Controls/ControlStatusesControl.cs
Celerity/Celerity/UI/Definition/Controls/IconBackControl.cs
Celerity/Celerity/UI/Definition/Controls/IconBombControl.cs
Celerity/Celerity/UI/Definition/Controls/IconCloseControl.cs
Celerity/Celerity/UI/Definition/Controls/IconHeartControl.cs
Celerity/Celerity/UI/Definition/Controls/IconMuteControl.cs
Celerity/Celerity/UI/Definition/Controls/InGameScoreControl.cs
Celerity/Celerity/UI/Definition/Controls/LogoControl.cs
Celerity/Celerity/UI/Definition/Controls/PanelStartControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupAboutDevsControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupCalibratorControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupCameraFpsControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupGameOverControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupInstructionsControl.cs
Celerity/Celerity/UI/Definition/Controls/PopupNoWebcamControl.cs
Celerity/Celerity/UI/Definition/UIControlHierarchy.cs
Celerity/Celerity/UI/Definition/UIDrawCondition.cs
Celerity/Celerity/UI/Definition/UIGeometry.cs
Celerity/Celerity/UI/Entities/UIEntity.cs
Celerity/Celerity/UI/Entities/UIEntityItem.cs
Celerity/Celerity/UI/UILayer.Draw.cs
Celerity/Celerity/UI/UILayer.Load.cs
Celerity/Celerity/UI/UILayer.Update.cs.cs
Celerity/Celerity/UI/UILayer.cs
Celerity/Celerity/Util/GraphicsDeviceUtil.cs
Celerity/Celerity/Util/StatisticsUtil.cs
Celerity/Celerity/World/Camera.cs
Celerity/Celerity/World/CollisionDetector.cs
Celerity/Celerity/World/CollisionRect.cs
Celerity/Celerity/World/CollisionTri.cs
Celerity/Celerity/World/Obstacle.cs
Celerity/Celerity/World/ObstacleManager.cs
Celerity/Celerity/World/Particles/EmitterFactory.cs
Celerity/Celerity/World/Particles/ExplosionEmitter.cs
Celerity/Celerity/World/Particles/ExplosionParticle.cs
Celerity/Celerity/World/Particles/ParticleBase.cs
Celerity/Celerity/World/Particles/ParticleFactory.cs
Celerity/Celerity/World/Particles/ParticleQuad.cs
Celerity/Celerity/World/PlayerShip.cs
Celerity/Celerity/World/Tunnel.cs
Celerity/Celerity/World/TunnelSection.cs
Celerity/Celerity/World/WorldModule.cs
Celerity/Celerity/app.config
Celerity/Celerity/tessdata/eng.cube.bigrams
Celerity/Celerity/tessdata/eng.cube.fold
Celerity/Celerity/tessdata/eng.cube.lm
Celerity/Celerity/tessdata/eng.cube.nn
Celerity/Celerity/tessdata/eng.cube.params
Celerity/Celerity/tessdata/eng.cube.word-freq
Celerity/Celerity/tessdata/eng.tesseract_cube.nn
Celerity/Celerity/tessdata/eng.traineddata
Celerity/Celerity/x86/cudart32_42_9.dll
Celerity/Celerity/x86/cvextern.dll
Celerity/Celerity/x86/opencv_calib3d240.dll
Celerity/Celerity/x86/opencv_contrib240.dll
Celerity/Celerity/x86/opencv_core240.dll
Celerity/Celerity/x86/opencv_features2d240.dll
Celerity/Celerity/x86/opencv_flann240.dll
Celerity/Celerity/x86/opencv_highgui240.dll
Celerity/Celerity/x86/opencv_imgproc240.dll
Celerity/Celerity/x86/opencv_legacy240.dll
Celerity/Celerity/x86/opencv_ml240.dll
Celerity/Celerity/x86/opencv_nonfree240.dll
Celerity/Celerity/x86/opencv_objdetect240.dll
Celerity/Celerity/x86/opencv_video240.dll
Celerity/CelerityContent/Audio/Waves/CelerityAudio.xap
Celerity/CelerityContent/Audio/Waves/Celerity_Blip.wav
Celerity/CelerityContent/Audio/Waves/Celerity_FX_ambience.wav
Celerity/CelerityContent/Audio/Waves/Celerity_Music_ShortIntro.wav
Celerity/CelerityContent/Audio/Waves/Celerity_Music_SmartBomb.wav
Celerity/CelerityContent/Audio/Waves/Celerity_Ship_HitsAndDies2.wav
Celerity/CelerityContent/Audio/Waves/Celerity_Ship_HitsBlock.wav
Celerity/CelerityContent/Audio/Waves/Win/CelerityAudio.xgs
Celerity/CelerityContent/Audio/Waves/Win/Sound Bank.xsb
Celerity/CelerityContent/Audio/Win/CelerityAudio.xgs
Celerity/CelerityContent/Audio/Win/Sound Bank.xsb
Celerity/CelerityContent/Audio/Win/Wave Bank.xwb
Celerity/CelerityContent/CelerityContent.contentproj
Celerity/CelerityContent/Licence.txt
Celerity/CelerityContent/ParticleEffect.fx
Celerity/CelerityContent/shader.fx
Celerity/CelerityContent/ship.fbx
Sensors/DLLs/System.Runtime.WindowsRuntime.dll
Sensors/Properties/AssemblyInfo.cs
Sensors/SensorProxy.cs
Sensors/Sensors.csproj
diffuse.bmp

Download

Click the following link to download celerity.zip.

celerity.zip




















Home »
  C# Free Code »
    Game »




DirectX
Game
Minecraft
Warcraft
Xbox
XNA