Skip to content

LightningDevStudios/CircuitCrawler

Repository files navigation

#Circuit Crawler

banner

Circuit Crawler is an Android game made by a group of Sage Hill School students as a Service Learning project. It was made in parternship with the Youth for Technology Foundation, and the proceeds of the game went directly to them.

The latest version of the game available here never make it to the Play Store, but it should still serve as an example of a game that was taken from concept to release. Because we had a deadline, we didn't overcomplicate or excessively abstract things. Features were cut, lots of things were hardcoded. For a game made without an engine, Circuit Crawler handles the following things in a reasonable manner:

  • Hierarichal entity system
  • Physics
  • AI
  • Triggers (elementary form of scripting)
  • Level and asset management
  • Input handling
  • Abstraction of OpenGL ES

This project is released under the MIT license:

Copyright (c) 2010-2012 Lightning Development Studios <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Free and open source puzzle game for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages