Search found 6 matches

by ThreeNPlusOne
August 31st, 2017, 7:24 am
Forum: Everything
Topic: Planet Chili Algorithm Challenge 1
Replies: 17
Views: 7230

Re: Planet Chili Algorithm Challenge 1

When I opened the file in note pad it was messed up. Like this . I think it's messed up because of wrapping, the numbers wrap to the next line. Just uncheck Format > Word Wrap and it should look nicer. You'll have to use horizontal scrolling though, which is probably why you enabled word wrap in th...
by ThreeNPlusOne
May 31st, 2017, 9:20 am
Forum: Everything
Topic: My Expanded Poo Game
Replies: 3
Views: 1610

Re: My Expanded Poo Game

albinopapa wrote:Is this it?

Poo-Revamped
Yes.
by ThreeNPlusOne
May 30th, 2017, 12:41 pm
Forum: Everything
Topic: My Expanded Poo Game
Replies: 3
Views: 1610

My Expanded Poo Game

This is a game project I haven't touched in a while. It is an expanded version of the original poo game from the tutorial series. The code is available on GitHub (https://github.com/threen-plus-one/poo-revamped) and the release build is available here.
by ThreeNPlusOne
May 26th, 2017, 11:09 am
Forum: Everything
Topic: My Conway's Game of Life Implementation
Replies: 3
Views: 1767

Re: My Conway's Game of Life Implementation

The game goes backwards now. I used a list of unique_ptr to "BoardState". Feel free to evaluate this decision. Code is on GitHub.
by ThreeNPlusOne
March 29th, 2017, 12:31 am
Forum: Everything
Topic: Please Review my game :D
Replies: 7
Views: 4066

Re: Please Review my game :D

The white King and Queen are definitely in the wrong positions.
https://en.wikipedia.org/wiki/Chess#Setup
by ThreeNPlusOne
March 23rd, 2017, 11:28 pm
Forum: Everything
Topic: My Conway's Game of Life Implementation
Replies: 3
Views: 1767

My Conway's Game of Life Implementation

This code was previously only on the Discord chat, so I decided to post it here as well. It is a simulation of Conway's Game of Life made with Chili's awesome framework. It uses the concepts taught in the 2D arrays tutorial as well as references and the timers used in Snek. I will not explain GoL he...