Skip to main content

Grand Expansion - Beta 1.2

A game where Basic Resources turn into Epic Journeys.


Seamus Waldem
(8BitToaster)
Grand Expansion is currently in the beta version. This means that for the game you could play only about 30 minutes or so depending on how fast you go. Plans for the future is to add a saving system, more resources, and difficulties.

Changes

In this new update, there are a few new upgrades. Added is the Waterwheel which can generate electricity for the new Forest Lv4 and Quarry Lv4.

Links

Home Page
https://github.com/8BitToaster/Grand-Expansion
Source
https://github.com/8BitToaster/Grand-Expansion.git

Releases

Grand Expansion Beta 1.7 — 17 Jan, 2019

Grand Expansion V 1.00 — 19 Jan, 2019

Grand Expansion Beta 1.6 — 17 Jan, 2019

Grand Expansion Beta 1.00 — 12 Jan, 2019

Grand Expansion Beta 1.1 — 12 Jan, 2019

Grand Expansion Beta 1.2 — 12 Jan, 2019

Grand Expansion Beta 1.3 — 13 Jan, 2019

Grand Expansion Beta 1.4 — 14 Jan, 2019

Grand Expansion Beta 1.5 — 16 Jan, 2019

Pygame.org account Comments

  • Seamus Waldem 2019-01-13 01:33

    Try to beat my time of 2:17 :D
  • gabriel 2019-01-13 07:29

    Traceback (most recent call last): File "C:\Users\gabri\OneDrive\Bureau\Grand-Expansion-master\Grand-Expansion-master\Grand Expansion\game.py", line 788, in File "C:\Users\gabri\OneDrive\Bureau\Grand-Expansion-master\Grand-Expansion-master\Grand Expansion\game.py", line 513, in MainMenu File "C:\Users\gabri\OneDrive\Bureau\Grand-Expansion-master\Grand-Expansion-master\Grand Expansion\game.py", line 731, in game_loop File "C:\Users\gabri\OneDrive\Bureau\Grand-Expansion-master\Grand-Expansion-master\Grand Expansion\game.py", line 239, in menu File "C:\Users\gabri\AppData\Roaming\Python\Python36\site-packages\pygame\freetype.py", line 58, in __init__ OSError: [Errno 24] Too many open files: 'Font.ttf' i have this error... :/ can you make the game work for me, i'm on windows 10 and i play on a gaming computer

    Seamus Waldem 2019-01-13 14:31

    Ok I will fix the bug and the game should be working in a hour or so

    Seamus Waldem 2019-01-13 15:11

    I Think it is fixed. The problem I think is that I put it that every time I wanted to change font size I opened the font file again, but now I added a few variables that stores all the font sizes. Tell me if the bug keeps happening. I also added a little function that helps with opening large amounts of images to see if it helps.