10000 GitHub - regnarock/idle: Simple web idle game (in rust)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

regnarock/idle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idle Clicker Game

A simple multiplayer idle clicker game built with Rust and Yew framework.

Description

This is a basic web-based clicker game where players can increment a counter by clicking a button. It serves as a foundation for building more complex idle games.

Prerequisites

Before you begin, ensure you have the following installed:

  • Rust (latest stable version)
  • Trunk (cargo install trunk)
  • A modern web browser

Installation

  1. Clone the repository:
git clone [your-repository-url]
cd idle
  1. Install dependencies:
cargo check

Running the Game

< 6B39 a id="user-content-running-the-game" class="anchor" aria-label="Permalink: Running the Game" href="#running-the-game">
  1. Start the development server:
rustup target add wasm32-unknown-unknown

trunk serve
  1. Open your web browser and navigate to:
http://127.0.0.1:8080

Running a Production Build

rustup target add wasm32-unknown-unknown

Then try the build command again:

trunk build --release --public-url /idle/

Built With

  • Rust - The programming language used
  • Yew - Web framework for building client web apps
  • Trunk - Build tool for WebAssembly applications

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

Simple web idle game (in rust)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0