Skip to content

luckystarufo/_Terminal_CorrelationOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Game Strategy

Terminal is a new kind of online game, where players compete by writing algorithms that automate play of the game. Top coders from around the world showcase their algos in live e-sports tournaments, playing for cash prizes, exclusive job opportunities, and global acclaim.

[Note: This repo doesn't provide my codes anymore, as requested by Correlation One. They told me not to share complete algos. The goal of the competition is not to find the best solution together, but to provide an interesting programming challenge for individuals. People should build their own code base and gain understanding of the (surprisingly complex) game that way.]

Structure

_Terminal_CorrelationOne
 │
 ├──.env
 ├──.gitignore
 ├──v0.1
 ├──v0.2
 ├──v1.1
 ├──v1.2
 ├──v1.3
 ├──v1.4
 ├──v1.5
 ├──draw_script.py
 ├──README.md
 ├──versions.md
 
 Note: 
 - v[x].[x] directory contains different versions of my game strategies
 - draw_script.py is a helper script to visualize the defense system
 (as shown in each README file in the v[x].[x] sub-directories)
 - versions.md contains a summary of each versions features.

License

This project utilizes the MIT LICENSE. 100% open-source.

About

A repo that implements some strategies of the game Terminal: https://terminal.c1games.com/home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published