Code Monkey home page Code Monkey logo

.github's Introduction

automancy!

A game about automation, hexagons and magic; and there's no Conveyor Belts.

You're in a world... a plane, more like, and you're a sort of, Demigod who doesn't have a form. Your goal? Make yourself less lonely. There's seemingly infinite amount of resources just under the plane, but you cannot make sense of their usage and properties... yet.

Research your way through the mystifying colours, and create the stuff of your dreams- gold, energy, lil' hexagonal creatures, and, most importantly- Factories!

Perhaps, you'd be the magnificent "automancer"... if you so choose to call yourself. It's not like anyone else is around, heh?...

Game's WIP.


Tech used: Rust, wgpu, ractor, yakui, Rhai

Lead dev(s): Madeline Sparkles, Mae Rosaline


preview_1.mp4

Links:

Development Notes

Run run.sh to run the game.

Alternatively, run cargo run -p build_script before running the game.

There should be a VSCode configuration in the project, run "Run automancy" to run the project.

Designers

For SVG files, in order for them to be correctly converted to Blender files, the file needs to fit the following criteria:

  • The viewport is exactly 160cm by 160cm (cm is used to reduce rounding errors).
  • The file does not contain any color outside of fills.
    • That means, no gradients.
  • The file does not contain any clipping or masking.
    • Use the boolean operators.
  • The file does not contain any strokes.
    • Use "Stroke to Path" to convert them.

Currently, the game supports neither materials nor textures, and has no plans to support them.

Use either Vertex Paint or a material with only the base color (they get turned into vertex colors)

Scripts

input.data (aka DataMap) needs to be manually assigned if you make modifications.

Software

The rendering is single-threaded, the game logic is run with an actor system on top of a Tokio runtime.

"Scripts" are called "functions" as the name is taken in-game by what would otherwise be called "recipes."

  • The weird terminology comes from the fact that "recipes" doesn't make sense for machines.

Write all tile logic within functions

If you can't feasibly do that, implement more handling in source code, and then write the logic in functions.

Translators

[WIP]

.github's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.