Skip to content

myneid/craps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horn High Midnight (Craps)

Horn High Midnight is an open-source craps strategy testing and simulation platform.

It combines:

  • A realistic craps game engine
  • A strategy builder for custom betting systems
  • A strategy tester for Monte Carlo style simulation
  • Analytics and history views for evaluating performance

Live App

You can play the live version at:

https://hornhighmidnight.com

What This Repository Contains

This repository contains the full source code for the app, including both backend and frontend:

  • Backend: Laravel 12 + PHP 8.2+
  • Frontend: Vue 3 + Inertia.js + TypeScript + Tailwind CSS

Core capabilities include:

  • Authentic craps table flow (come-out roll, point phase, resolution)
  • Strategy creation and management
  • Simulation/testing of strategies over many sessions
  • Event tracking and performance metrics

Who This Is For

This project is useful for:

  • Craps players who want to test systems before using real money
  • Developers interested in game simulations and analytics
  • Learners exploring Laravel + Vue full-stack architecture

Open Source License

This codebase is open source and distributed under the Unlicense (public domain equivalent), which is one of the loosest software licenses available.

See the LICENSE file for the full text.

Local Development

Requirements

  • PHP 8.2+
  • Composer
  • Node.js + npm

Setup

  1. Install backend dependencies:
composer install
  1. Install frontend dependencies:
npm install
  1. Copy environment config if needed and generate app key:
cp .env.example .env
php artisan key:generate
  1. Run migrations:
php artisan migrate
  1. Run the app (if not using Herd):
composer run dev

If you use Laravel Herd, use your Herd site URL directly.

Security Note

If you fork this project, do not commit:

  • .env files
  • session/cookie export files
  • real API keys, ad network IDs, or account credentials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages