Skip to content

orz3969/IngressCraft

 
 

Repository files navigation

IngressCraft

Build Status

A whim of making Ingress in MineCraft 1.7.10 with Forge.

Recently I am busy preparing for final exams, plus I have met some problems implementing Link and Linking. Let me take a rest, hopefully not too long :)

Brief

This project is developed by @evshiron and @orz3969 on 2015 Unique Hack Day, as a gift for all Ingress agents joining that event. Many thanks to @orz3969.

Resources

This project includes some resource files from ingress.apk, and most shaders are modified to fit this project. Niantic Labs owns those files.

Setup


git clone https://github.com/evshiron/IngressCraft.git
cd IngressCraft
./gradlew setupDecompWorkspace --refresh-dependencies
./gradlew genIntellijRuns

Build


git clone https://github.com/evshiron/IngressCraft.git
cd IngressCraft
./gradlew build

Directives

A Portal is an Entity that accepts left click (Hack), right click with hand (Inspect, and further linking).

A Resonator is an Item that can be deployed right click around a Portal, or be recycled by right hold.

An XMPBurster can be fired by right click, damaging Resonators around, or be recycled by right hold.

A Mod can be deployed by left click on a Portal, or be recycled by right hold.

A Power Cube?

TODO

  • Hack, cool down and burn out.
  • Link and Control Field.
    • Data store and visual effects.
    • Power, level and range.
  • Safe places to store data.
  • Prevent Links from going through solid blocks.
  • Fix deployed Resonators' position.

Screenshots

References

Credits

  • evshiron@github
  • orz3969@github
  • Niantic Labs

License

The MIT License

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.4%
  • GLSL 3.6%