Download AshObjectiveC Free Java Code

Description

Objective C port of Ash (ActionScript 3 entity system framework for game development).

Source Files

The download file AshObjectiveC-master.zip has the following entries.


.gitignore// www  . jav a 2s  . c o m
AshObjectiveC.xcodeproj/project.pbxproj
AshObjectiveC/AppDelegate.h
AshObjectiveC/AppDelegate.m
AshObjectiveC/AshObjectiveC-Info.plist
AshObjectiveC/AshObjectiveC-Prefix.pch
AshObjectiveC/Default-568h@2x.png
AshObjectiveC/Default.png
AshObjectiveC/Default@2x.png
AshObjectiveC/ash/core/ASHComponentMatchingFamily.h
AshObjectiveC/ash/core/ASHComponentMatchingFamily.m
AshObjectiveC/ash/core/ASHEngine.h
AshObjectiveC/ash/core/ASHEngine.m
AshObjectiveC/ash/core/ASHEntity.h
AshObjectiveC/ash/core/ASHEntity.m
AshObjectiveC/ash/core/ASHEntityList.h
AshObjectiveC/ash/core/ASHEntityList.m
AshObjectiveC/ash/core/ASHFamily.h
AshObjectiveC/ash/core/ASHNode.h
AshObjectiveC/ash/core/ASHNode.m
AshObjectiveC/ash/core/ASHNodeList.h
AshObjectiveC/ash/core/ASHNodeList.m
AshObjectiveC/ash/core/ASHNodePool.h
AshObjectiveC/ash/core/ASHNodePool.m
AshObjectiveC/ash/core/ASHSystem.h
AshObjectiveC/ash/core/ASHSystem.m
AshObjectiveC/ash/core/ASHSystemList.h
AshObjectiveC/ash/core/ASHSystemList.m
AshObjectiveC/ash/fsm/ASHComponentInstanceProvider.h
AshObjectiveC/ash/fsm/ASHComponentInstanceProvider.m
AshObjectiveC/ash/fsm/ASHComponentProvider.h
AshObjectiveC/ash/fsm/ASHComponentSingletonProvider.h
AshObjectiveC/ash/fsm/ASHComponentSingletonProvider.m
AshObjectiveC/ash/fsm/ASHComponentTypeProvider.h
AshObjectiveC/ash/fsm/ASHComponentTypeProvider.m
AshObjectiveC/ash/fsm/ASHDynamicComponentProvider.h
AshObjectiveC/ash/fsm/ASHDynamicComponentProvider.m
AshObjectiveC/ash/fsm/ASHEntityState.h
AshObjectiveC/ash/fsm/ASHEntityState.m
AshObjectiveC/ash/fsm/ASHEntityStateMachine.h
AshObjectiveC/ash/fsm/ASHEntityStateMachine.m
AshObjectiveC/ash/fsm/ASHStateComponentMapping.h
AshObjectiveC/ash/fsm/ASHStateComponentMapping.m
AshObjectiveC/ash/signals/ASHListenerNode.h
AshObjectiveC/ash/signals/ASHListenerNode.m
AshObjectiveC/ash/signals/ASHListenerNodePool.h
AshObjectiveC/ash/signals/ASHListenerNodePool.m
AshObjectiveC/ash/signals/ASHSignal0.h
AshObjectiveC/ash/signals/ASHSignal0.m
AshObjectiveC/ash/signals/ASHSignal1.h
AshObjectiveC/ash/signals/ASHSignal1.m
AshObjectiveC/ash/signals/ASHSignal2.h
AshObjectiveC/ash/signals/ASHSignal2.m
AshObjectiveC/ash/signals/ASHSignal3.h
AshObjectiveC/ash/signals/ASHSignal3.m
AshObjectiveC/ash/signals/ASHSignalAny.h
AshObjectiveC/ash/signals/ASHSignalAny.m
AshObjectiveC/ash/signals/ASHSignalBase.h
AshObjectiveC/ash/signals/ASHSignalBase.m
AshObjectiveC/ash/tick/ASHFixedTickProvider.h
AshObjectiveC/ash/tick/ASHFixedTickProvider.m
AshObjectiveC/ash/tick/ASHFrameTickProvider.h
AshObjectiveC/ash/tick/ASHFrameTickProvider.m
AshObjectiveC/ash/tick/ASHTickProvider.h
AshObjectiveC/ash/tools/ASHComponentPool.h
AshObjectiveC/ash/tools/ASHComponentPool.m
AshObjectiveC/ash/tools/ASHListIteratingSystem.h
AshObjectiveC/ash/tools/ASHListIteratingSystem.m
AshObjectiveC/en.lproj/InfoPlist.strings
AshObjectiveC/examples/asteroids/Asteroids.h
AshObjectiveC/examples/asteroids/Asteroids.m
AshObjectiveC/examples/asteroids/EntityCreator.h
AshObjectiveC/examples/asteroids/EntityCreator.m
AshObjectiveC/examples/asteroids/GameConfig.h
AshObjectiveC/examples/asteroids/GameConfig.m
AshObjectiveC/examples/asteroids/Trigger.h
AshObjectiveC/examples/asteroids/TriggerPoll.h
AshObjectiveC/examples/asteroids/TriggerPoll.m
AshObjectiveC/examples/asteroids/components/Animation.h
AshObjectiveC/examples/asteroids/components/Animation.m
AshObjectiveC/examples/asteroids/components/Asteroid.h
AshObjectiveC/examples/asteroids/components/Asteroid.m
AshObjectiveC/examples/asteroids/components/Bullet.h
AshObjectiveC/examples/asteroids/components/Bullet.m
AshObjectiveC/examples/asteroids/components/Collision.h
AshObjectiveC/examples/asteroids/components/Collision.m
AshObjectiveC/examples/asteroids/components/DeathThroes.h
AshObjectiveC/examples/asteroids/components/DeathThroes.m
AshObjectiveC/examples/asteroids/components/Display.h
AshObjectiveC/examples/asteroids/components/Display.m
AshObjectiveC/examples/asteroids/components/GameState.h
AshObjectiveC/examples/asteroids/components/GameState.m
AshObjectiveC/examples/asteroids/components/Gun.h
AshObjectiveC/examples/asteroids/components/Gun.m
AshObjectiveC/examples/asteroids/components/GunControls.h
AshObjectiveC/examples/asteroids/components/GunControls.m
AshObjectiveC/examples/asteroids/components/Motion.h
AshObjectiveC/examples/asteroids/components/Motion.m
AshObjectiveC/examples/asteroids/components/MotionControls.h
AshObjectiveC/examples/asteroids/components/MotionControls.m
AshObjectiveC/examples/asteroids/components/Position.h
AshObjectiveC/examples/asteroids/components/Position.m
AshObjectiveC/examples/asteroids/components/Spaceship.h
AshObjectiveC/examples/asteroids/components/Spaceship.m
AshObjectiveC/examples/asteroids/graphics/Animatable.h
AshObjectiveC/examples/asteroids/graphics/AsteroidView.h
AshObjectiveC/examples/asteroids/graphics/AsteroidView.m
AshObjectiveC/examples/asteroids/graphics/BulletView.h
AshObjectiveC/examples/asteroids/graphics/BulletView.m
AshObjectiveC/examples/asteroids/graphics/Shape1.h
AshObjectiveC/examples/asteroids/graphics/Shape1.m
AshObjectiveC/examples/asteroids/graphics/Shape2.h
AshObjectiveC/examples/asteroids/graphics/Shape2.m
AshObjectiveC/examples/asteroids/graphics/SpaceshipDeathView.h
AshObjectiveC/examples/asteroids/graphics/SpaceshipDeathView.m
AshObjectiveC/examples/asteroids/graphics/SpaceshipView.h
AshObjectiveC/examples/asteroids/graphics/SpaceshipView.m
AshObjectiveC/examples/asteroids/nodes/AnimationNode.h
AshObjectiveC/examples/asteroids/nodes/AnimationNode.m
AshObjectiveC/examples/asteroids/nodes/AsteroidCollisionNode.h
AshObjectiveC/examples/asteroids/nodes/AsteroidCollisionNode.m
AshObjectiveC/examples/asteroids/nodes/BulletAgeNode.h
AshObjectiveC/examples/asteroids/nodes/BulletAgeNode.m
AshObjectiveC/examples/asteroids/nodes/BulletCollisionNode.h
AshObjectiveC/examples/asteroids/nodes/BulletCollisionNode.m
AshObjectiveC/examples/asteroids/nodes/DeathThroesNode.h
AshObjectiveC/examples/asteroids/nodes/DeathThroesNode.m
AshObjectiveC/examples/asteroids/nodes/GameNode.h
AshObjectiveC/examples/asteroids/nodes/GameNode.m
AshObjectiveC/examples/asteroids/nodes/GunControlNode.h
AshObjectiveC/examples/asteroids/nodes/GunControlNode.m
AshObjectiveC/examples/asteroids/nodes/MotionControlNode.h
AshObjectiveC/examples/asteroids/nodes/MotionControlNode.m
AshObjectiveC/examples/asteroids/nodes/MovementNode.h
AshObjectiveC/examples/asteroids/nodes/MovementNode.m
AshObjectiveC/examples/asteroids/nodes/RenderNode.h
AshObjectiveC/examples/asteroids/nodes/RenderNode.m
AshObjectiveC/examples/asteroids/nodes/SpaceshipCollisionNode.h
AshObjectiveC/examples/asteroids/nodes/SpaceshipCollisionNode.m
AshObjectiveC/examples/asteroids/nodes/SpaceshipNode.h
AshObjectiveC/examples/asteroids/nodes/SpaceshipNode.m
AshObjectiveC/examples/asteroids/systems/AnimationSystem.h
AshObjectiveC/examples/asteroids/systems/AnimationSystem.m
AshObjectiveC/examples/asteroids/systems/BulletAgeSystem.h
AshObjectiveC/examples/asteroids/systems/BulletAgeSystem.m
AshObjectiveC/examples/asteroids/systems/CollisionSystem.h
AshObjectiveC/examples/asteroids/systems/CollisionSystem.m
AshObjectiveC/examples/asteroids/systems/DeathThroesSystem.h
AshObjectiveC/examples/asteroids/systems/DeathThroesSystem.m
AshObjectiveC/examples/asteroids/systems/GameManager.h
AshObjectiveC/examples/asteroids/systems/GameManager.m
AshObjectiveC/examples/asteroids/systems/GunControlSystem.h
AshObjectiveC/examples/asteroids/systems/GunControlSystem.m
AshObjectiveC/examples/asteroids/systems/MotionControlSystem.h
AshObjectiveC/examples/asteroids/systems/MotionControlSystem.m
AshObjectiveC/examples/asteroids/systems/MovementSystem.h
AshObjectiveC/examples/asteroids/systems/MovementSystem.m
AshObjectiveC/examples/asteroids/systems/RenderSystem.h
AshObjectiveC/examples/asteroids/systems/RenderSystem.m
AshObjectiveC/examples/asteroids/systems/SystemPriorities.h
AshObjectiveC/main.m
GHUnitIOS.framework/GHUnitIOS
GHUnitIOS.framework/Headers
GHUnitIOS.framework/Resources
GHUnitIOS.framework/Versions/A/GHUnitIOS
GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h
GHUnitIOS.framework/Versions/A/Headers/GHImageDiffView.h
GHUnitIOS.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h
GHUnitIOS.framework/Versions/A/Headers/GHMockNSURLConnection.h
GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h
GHUnitIOS.framework/Versions/A/Headers/GHTest.h
GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h
GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h
GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h
GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h
GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h
GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h
GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h
GHUnitIOS.framework/Versions/A/Headers/GHTestUtils.h
GHUnitIOS.framework/Versions/A/Headers/GHTestViewModel.h
GHUnitIOS.framework/Versions/A/Headers/GHTesting.h
GHUnitIOS.framework/Versions/A/Headers/GHUIImageViewControl.h
GHUnitIOS.framework/Versions/A/Headers/GHUnit.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSAppDelegate.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTableViewDataSource.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestView.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestViewController.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSView.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSViewController.h
GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h
GHUnitIOS.framework/Versions/A/Headers/GHViewTestCase.h
GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h
GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h
GHUnitIOS.framework/Versions/A/Resources/Info.plist
GHUnitIOS.framework/Versions/Current
GHUnitTests/Default-568h@2x.png
GHUnitTests/Default.png
GHUnitTests/Default@2x.png
GHUnitTests/GHUnitTests-Info.plist
GHUnitTests/GHUnitTests-Prefix.pch
GHUnitTests/ash/core/ComponentMatchingFamilyTests.m
GHUnitTests/ash/core/EngineAndFamilyIntegrationTests.m
GHUnitTests/ash/core/EngineTests.m
GHUnitTests/ash/core/EntityTests.m
GHUnitTests/ash/core/MockHelpers.h
GHUnitTests/ash/core/MockHelpers.m
GHUnitTests/ash/core/NodeListTests.m
GHUnitTests/ash/core/SystemTests.m
GHUnitTests/ash/fsm/ComponentInstanceProviderTests.m
GHUnitTests/ash/fsm/ComponentSingletonProviderTests.m
GHUnitTests/ash/fsm/ComponentTypeProviderTests.m
GHUnitTests/ash/fsm/DynamicComponentProviderTests.m
GHUnitTests/ash/fsm/EntityStateMachineTests.m
GHUnitTests/ash/fsm/EntityStateTests.m
GHUnitTests/ash/matchers/NodeListMatcher.h
GHUnitTests/ash/matchers/NodeListMatcher.m
GHUnitTests/ash/signals/SignalTest.m
GHUnitTests/ash/tools/ComponentPoolTest.m
GHUnitTests/ash/tools/ListIteratingSystemTest.m
GHUnitTests/en.lproj/InfoPlist.strings
GHUnitTests/main.m
OCHamcrestIOS.framework/Headers
OCHamcrestIOS.framework/OCHamcrestIOS
OCHamcrestIOS.framework/Resources
OCHamcrestIOS.framework/Versions/A/Headers/HCAllOf.h
OCHamcrestIOS.framework/Versions/A/Headers/HCAnyOf.h
OCHamcrestIOS.framework/Versions/A/Headers/HCAssertThat.h
OCHamcrestIOS.framework/Versions/A/Headers/HCBaseDescription.h
OCHamcrestIOS.framework/Versions/A/Headers/HCBaseMatcher.h
OCHamcrestIOS.framework/Versions/A/Headers/HCBoxNumber.h
OCHamcrestIOS.framework/Versions/A/Headers/HCCollectMatchers.h
OCHamcrestIOS.framework/Versions/A/Headers/HCConformsToProtocol.h
OCHamcrestIOS.framework/Versions/A/Headers/HCDescribedAs.h
OCHamcrestIOS.framework/Versions/A/Headers/HCDescription.h
OCHamcrestIOS.framework/Versions/A/Headers/HCHasCount.h
OCHamcrestIOS.framework/Versions/A/Headers/HCHasDescription.h
OCHamcrestIOS.framework/Versions/A/Headers/HCHasProperty.h
OCHamcrestIOS.framework/Versions/A/Headers/HCInvocationMatcher.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIs.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsAnything.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsCloseTo.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContaining.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContaining.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsEmptyCollection.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqual.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualToNumber.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsIn.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsInstanceOf.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsNil.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsNot.h
OCHamcrestIOS.framework/Versions/A/Headers/HCIsSame.h
OCHamcrestIOS.framework/Versions/A/Headers/HCMatcher.h
OCHamcrestIOS.framework/Versions/A/Headers/HCNumberAssert.h
OCHamcrestIOS.framework/Versions/A/Headers/HCOrderingComparison.h
OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilObject.h
OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilString.h
OCHamcrestIOS.framework/Versions/A/Headers/HCSelfDescribing.h
OCHamcrestIOS.framework/Versions/A/Headers/HCStringContains.h
OCHamcrestIOS.framework/Versions/A/Headers/HCStringContainsInOrder.h
OCHamcrestIOS.framework/Versions/A/Headers/HCStringDescription.h
OCHamcrestIOS.framework/Versions/A/Headers/HCStringEndsWith.h
OCHamcrestIOS.framework/Versions/A/Headers/HCStringStartsWith.h
OCHamcrestIOS.framework/Versions/A/Headers/HCSubstringMatcher.h
OCHamcrestIOS.framework/Versions/A/Headers/HCWrapInMatcher.h
OCHamcrestIOS.framework/Versions/A/Headers/OCHamcrestIOS.h
OCHamcrestIOS.framework/Versions/A/OCHamcrestIOS
OCHamcrestIOS.framework/Versions/A/Resources/Info.plist
OCHamcrestIOS.framework/Versions/Current
README.md

Download

Click the following link to download AshObjectiveC-master.zip.

AshObjectiveC-master.zip




















Home »
  Objective C Free Code »
    Game »




2D Game
Card Game
Cocoa Game
Game
Game Center
Game Design
Game Engine
Game Framework
Hangman
Mobile Game
Multiplayer Game
Network Game
Objective C Game
OsX Game
Puzzle Game
Snake Game
Space Game
TicTacToe
Tile Game
Video Game