All Projects → ComputerScienceHouse → Bingehack4

ComputerScienceHouse / Bingehack4

Licence: other
A replacement for bingehack. For information about in-game features and changes:

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Bingehack4

Enet
⚡️ ENet reliable UDP networking library
Stars: ✭ 202 (+1342.86%)
Mutual labels:  fork, gamedev
Sadconsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Stars: ✭ 853 (+5992.86%)
Mutual labels:  gamedev
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+5421.43%)
Mutual labels:  gamedev
Gdx Ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Stars: ✭ 907 (+6378.57%)
Mutual labels:  gamedev
Thatconf2015pong
Slides and sample project code (pong) for my talk at That Conference 2015
Stars: ✭ 5 (-64.29%)
Mutual labels:  gamedev
Voxelengine unity
Voxel engine made in C# for Unity
Stars: ✭ 25 (+78.57%)
Mutual labels:  gamedev
Rgbds
Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy & Game Boy Color
Stars: ✭ 772 (+5414.29%)
Mutual labels:  gamedev
Beaverandfairies
Stars: ✭ 14 (+0%)
Mutual labels:  gamedev
Cr
cr.h: A Simple C Hot Reload Header-only Library
Stars: ✭ 845 (+5935.71%)
Mutual labels:  gamedev
Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+6300%)
Mutual labels:  gamedev
Excalibur
🎮 An easy to use 2D HTML5 game engine written in TypeScript
Stars: ✭ 892 (+6271.43%)
Mutual labels:  gamedev
Utymap
Highly customizable library for procedural world generation based on real map data
Stars: ✭ 825 (+5792.86%)
Mutual labels:  gamedev
Html5gametutorial
HTML5 game tutorial made for HTML.IT
Stars: ✭ 7 (-50%)
Mutual labels:  gamedev
Bfxr
Flash + AIR sound effects generator. Based on Sfxr.
Stars: ✭ 787 (+5521.43%)
Mutual labels:  gamedev
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+6007.14%)
Mutual labels:  gamedev
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+5407.14%)
Mutual labels:  gamedev
Awesome Gideros
A curated list of awesome Gideros resources, classes and tips.
Stars: ✭ 17 (+21.43%)
Mutual labels:  gamedev
Zelduh
A tile based adventure game!
Stars: ✭ 22 (+57.14%)
Mutual labels:  gamedev
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+6171.43%)
Mutual labels:  fork
Amethyst
Data-oriented and data-driven game engine written in Rust
Stars: ✭ 7,682 (+54771.43%)
Mutual labels:  gamedev

Build Status Build Status

BingeHack 4

Description

The latest iteration of a long-lived line of patches against NetHack by Computer Science House members. For information about in-game features and changes, please refer to our GitHub Wiki.

Play the Game!

CSH hosts a running instance of Bingehack4 on our servers via an SSH connection. Because the password will change from time to time please run telnet bingehack.csh.rit.edu for up to date login information.

Because CSH uses a Secure Shell connection for Bingehack user information is no longer transmitted over cleartext!

Development

Development occurs on developer forks and they issue pull requests, which the main developers Russ Harmon (eatnumber1) and Chris Lockfort (clockfort) review in a timely fashion, examining code quality, testing for possible problems, and addressing other miscellaneous issues like game balance.

There are two branches that exist in the main repository; 'master' is for the version of NetHack deployed on our own server, while 'upstream' exists so that we can retain a symbiotic relationship with upstream NetHack4; fixes for bugs that we have found go upstream from this branch, and fixes they issue themselves also first appear on this branch before being merged in to our own master.

Requirements

  • cmake ≥ 2.8.3
  • ncurses
  • jansson (C-language JSON parsing library) ≥ 2.4
  • libpq(xx) (PostgreSQL-project library)
  • bison
  • flex
  • zlib

We use and support Linux and OS X as development environments, as well as both gcc and clang. We test our client game terminal support for functionality on:

  • OS X/Terminal.app
  • Linux/Gnome Terminal
  • Windows/Putty
  • Windows/MobaXterm

Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].