Giter Site home page Giter Site logo

connex's Introduction

Connex

This is a game like the classic Plumber Game. By rotating each small part, the whole is connected.

But the meaning of "connected" is different, unlike the plumber, in this game you can't have independent parts.

Why create this

There are many crate in this workspace, the core part is connex and connex-levels.

connex defined the type and game logic, connex-levels is the level list.

Other crates, are just some kind of implements to show the gaming UI and dispatch user action to connex game logic to make this game playable.

The reason it's designed like this is that I want to use this game to learn all kinds of different game engines(bevy, Amethyst, Fyrox, Godot, etc.), GUI libraries(tui, egui, iced, durid), and even WASM and frontend UI framework.

This game has some level of complexity, implementing UI and event dispatching for it requires some understanding of the target framework. So, it will be something that I will try to port to the framework I'm learning after finish the "Hello World" of it, to consolidate my knowledge.

For now, there is only one implementation for tui, but it will become more in sometime.

UI implementations

Connex TUI

This is a implementation for playing connex in the terminal.

cargo run -p connex-tui to run it.

Gaming:

connex tui game page

Help:

connex tui help page

LICENSE

BSD-3-Clause-Clear, See LICENSE.

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.